Skip to content

Commit

Permalink
app: close version 1.2.3 in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
borgbyte authored and domegabri committed Jun 29, 2023
1 parent 77b67ea commit 91914aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.2.3] - 2023-06-21
### Changed
- Bigger QR Codes to aid scanning with Jade

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

## [1.2.2] - 2023-06-21
### Added
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.16)

project(green VERSION 1.2.2 LANGUAGES CXX)
project(green VERSION 1.2.3 LANGUAGES CXX)

option(GREEN_WAYLAND "Include Wayland support" OFF)

Expand Down
2 changes: 1 addition & 1 deletion tools/publish.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -eo pipefail

VERSION=1.2.2
VERSION=1.2.3

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

0 comments on commit 91914aa

Please sign in to comment.