core+legacy: bump versions (also in changelogs)

pull/1147/head
Pavol Rusnak 4 years ago
parent 4eb5b927c0
commit 89d701ed08
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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

@ -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

@ -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

@ -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

Loading…
Cancel
Save