From 89d701ed08516ffe51f788989b9d68679e32eb03 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Mon, 27 Jul 2020 13:57:38 +0200 Subject: [PATCH] core+legacy: bump versions (also in changelogs) --- core/CHANGELOG.md | 18 ++++++++++++++++-- core/embed/firmware/version.h | 2 +- legacy/firmware/CHANGELOG.md | 18 +++++++++++++----- legacy/firmware/version.h | 2 +- 4 files changed, 31 insertions(+), 9 deletions(-) diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 1c3b1626a..b321c8935 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -4,6 +4,20 @@ 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/). +## 2.3.3 [to be released on 2nd September 2020] + +### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + ## 2.3.2 [to be released on 5th August 2020] ### Added @@ -14,6 +28,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Support pre-signed EXTERNAL transaction inputs. - Support multiple change-outputs. [#1098] - New option `safety-checks` allows overriding "forbidden key path" errors. [#1126] +- Support for Cardano Shelley. [#948] ### Changed - `Features.pin_cached` renamed to `unlocked`. @@ -32,8 +47,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Fix QR code overlapping in Monero address. monero-gui#2960, [#1074] - Re-introduce ability to spend pre-Overwinter UTXO on Zcash-like coins. [#1030] -### Security - ## 2.3.1 [Jun 2020] ### Changed @@ -227,6 +240,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added - First public release. +[#948]: https://github.com/trezor/trezor-firmware/issues/948 [#958]: https://github.com/trezor/trezor-firmware/issues/958 [#1027]: https://github.com/trezor/trezor-firmware/issues/1027 [#1030]: https://github.com/trezor/trezor-firmware/issues/1030 diff --git a/core/embed/firmware/version.h b/core/embed/firmware/version.h index 6be68d6c0..4e79e5bd0 100644 --- a/core/embed/firmware/version.h +++ b/core/embed/firmware/version.h @@ -1,6 +1,6 @@ #define VERSION_MAJOR 2 #define VERSION_MINOR 3 -#define VERSION_PATCH 2 +#define VERSION_PATCH 3 #define VERSION_BUILD 0 #define FIX_VERSION_MAJOR 2 diff --git a/legacy/firmware/CHANGELOG.md b/legacy/firmware/CHANGELOG.md index 60af56ad6..5cc129dec 100644 --- a/legacy/firmware/CHANGELOG.md +++ b/legacy/firmware/CHANGELOG.md @@ -4,24 +4,32 @@ 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/). -## 1.9.2 [to be released on 5th August 2020] +## 1.9.3 [to be released on 2nd September 2020] ### Added -- Set initialized in storage to false if no mnemonic is present. [#965] -- Support multiple change-outputs. [#1098] ### Changed -- `Features.pin_cached` renamed to `unlocked`, and it is now `true` even if PIN is not set. ### Deprecated ### Removed ### Fixed -- Re-introduce ability to spend pre-Overwinter UTXO on Zcash-like coins. [#1030] ### Security +## 1.9.2 [to be released on 5th August 2020] + +### Added +- Set initialized in storage to false if no mnemonic is present. [#965] +- Support multiple change-outputs. [#1098] + +### Changed +- `Features.pin_cached` renamed to `unlocked`, and it is now `true` even if PIN is not set. + +### Fixed +- Re-introduce ability to spend pre-Overwinter UTXO on Zcash-like coins. [#1030] + ## 1.9.1 [Jun 2020] ### Security diff --git a/legacy/firmware/version.h b/legacy/firmware/version.h index 460026617..1741fb95f 100644 --- a/legacy/firmware/version.h +++ b/legacy/firmware/version.h @@ -1,6 +1,6 @@ #define VERSION_MAJOR 1 #define VERSION_MINOR 9 -#define VERSION_PATCH 2 +#define VERSION_PATCH 3 #define FIX_VERSION_MAJOR 1 #define FIX_VERSION_MINOR 9