Skip to content

Commit dbc1414

Browse files
committed
app: release 2.0.22
1 parent 504db85 commit dbc1414

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.0.22] - 2024-03-20
8+
### Added:
9+
- Option to request an email containing the user’s nLockTime transactions
10+
11+
### Fixes:
12+
- Image size when a new Jade device is detected
13+
- Correct location of crash reports on macOS and Linux
14+
715
## [2.0.21] - 2024-03-07
816
### Added:
917
- Crash reporting

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.16)
22

3-
project(green VERSION 2.0.21 LANGUAGES CXX)
3+
project(green VERSION 2.0.22 LANGUAGES CXX)
44

55
option(GREEN_WAYLAND "Include Wayland support" OFF)
66
option(ENABLE_SENTRY "Enable crash reports with sentry" OFF)

tools/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -eo pipefail
33

4-
VERSION=2.0.21
4+
VERSION=2.0.22
55

66
if [[ -z "$CHANNEL" ]]; then
77
echo "Must set CHANNEL environment variable" 1>&2

0 commit comments

Comments
 (0)