Skip to content

Commit

Permalink
app: release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
borgbyte committed Mar 28, 2024
1 parent d7c43ad commit 15acb17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ 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
## [2.0.3] - 2024-03-28
### Added:
- Notice when Jade is configured with a custom oracle server
- Show mismatch warning on the setup PIN view

### Fixed
- Better GUI around login with Jade
- Usage with Tor

## [2.0.2] - 2024-03-13
### 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 2.0.2 LANGUAGES CXX)
project(green VERSION 2.0.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=2.0.2
VERSION=2.0.3

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

0 comments on commit 15acb17

Please sign in to comment.