diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index dd68103905..e2b4a97c49 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -4,7 +4,7 @@ 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.6 [unreleased] +## 2.3.7 [unreleased] ### Added @@ -18,7 +18,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Security -## 2.3.5 [to be released on 10th February 2021] +## 2.3.6 [to be released 17th February 2021] + +### Added +- Compatibility paths for Unchained Capital. [#1467] + +## 2.3.5 [10th February 2021] ### Added - CoinJoin preauthorization and signing flow. [#1053] @@ -364,3 +369,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#1399]: https://github.com/trezor/trezor-firmware/issues/1399 [#1402]: https://github.com/trezor/trezor-firmware/pull/1402 [#1415]: https://github.com/trezor/trezor-firmware/pull/1415 +[#1467]: https://github.com/trezor/trezor-firmware/issues/1467 diff --git a/core/embed/firmware/version.h b/core/embed/firmware/version.h index a38127ceb4..7d3b736878 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 6 +#define VERSION_PATCH 7 #define VERSION_BUILD 0 #define FIX_VERSION_MAJOR 2