Skip to content

Commit 91914aa

Browse files
borgbytedomegabri
authored andcommitted
app: close version 1.2.3 in changelog
1 parent 77b67ea commit 91914aa

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@ 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-
## [Unreleased]
7+
## [1.2.3] - 2023-06-21
88
### Changed
99
- Bigger QR Codes to aid scanning with Jade
1010

1111
### Fixed
1212
- Support temporary Recovery Phrase Login with Jade
1313
- Handle sign message error with Jade
1414
- Sending with minium fee rate on Liquid singlesig
15+
- Click on new version notification to open download page
16+
- Regression in analytics initialization
1517

1618
## [1.2.2] - 2023-06-21
1719
### Added

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 1.2.2 LANGUAGES CXX)
3+
project(green VERSION 1.2.3 LANGUAGES CXX)
44

55
option(GREEN_WAYLAND "Include Wayland support" OFF)
66

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=1.2.2
4+
VERSION=1.2.3
55

66
HASH_WINDOWS=`cat SHA256SUMS.asc | grep Windows | awk '{split($0, a," "); print a[1]}'`
77
HASH_MAC=`cat SHA256SUMS.asc | grep Mac | awk '{split($0, a," "); print a[1]}'`

0 commit comments

Comments
 (0)