Bump release version to 2.7.2

mmilata/tmp
Martin Milata 4 weeks ago
parent 731d6d0cdc
commit 912535f6d2

@ -1 +0,0 @@
[T3T1] Fixed device authenticity check

@ -4,7 +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/).
## [2.7.1] (14th June 2024)
## [2.7.2] (14th June 2024)
### Fixed
- Fixed device freeze after setup. [#3925]
- Translation fixes. [#3916]
## [2.7.1] (internal release)
### Added
- Added basic support for STM32U5. [#3370]
@ -884,4 +891,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#3636]: https://github.com/trezor/trezor-firmware/pull/3636
[#3640]: https://github.com/trezor/trezor-firmware/pull/3640
[#3855]: https://github.com/trezor/trezor-firmware/pull/3855
[#3911]: https://github.com/trezor/trezor-firmware/pull/3911
[#3916]: https://github.com/trezor/trezor-firmware/pull/3916
[#3922]: https://github.com/trezor/trezor-firmware/pull/3922
[#3925]: https://github.com/trezor/trezor-firmware/pull/3925
[#3940]: https://github.com/trezor/trezor-firmware/pull/3940

@ -4,7 +4,13 @@ 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.7.1] (14th June 2024)
## [2.7.2] (14th June 2024)
### Fixed
- Translation fixes. [#3916]
## [2.7.1] (internal release)
### Added
- Added user adjustable brightness setting. [#3208]
@ -884,4 +890,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#3636]: https://github.com/trezor/trezor-firmware/pull/3636
[#3640]: https://github.com/trezor/trezor-firmware/pull/3640
[#3855]: https://github.com/trezor/trezor-firmware/pull/3855
[#3911]: https://github.com/trezor/trezor-firmware/pull/3911
[#3916]: https://github.com/trezor/trezor-firmware/pull/3916
[#3922]: https://github.com/trezor/trezor-firmware/pull/3922
[#3925]: https://github.com/trezor/trezor-firmware/pull/3925
[#3940]: https://github.com/trezor/trezor-firmware/pull/3940

@ -4,7 +4,15 @@ 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.7.1] (14th June 2024)
## [2.7.2] (14th June 2024)
### Fixed
- Fixed device authenticity check. [#3922]
- Wrong XPUB screen title. [#3911]
- Translation fixes. [#3916]
## [2.7.1] (internal release)
### Added
- Added basic support for STM32U5. [#3370]
@ -878,4 +886,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#3636]: https://github.com/trezor/trezor-firmware/pull/3636
[#3640]: https://github.com/trezor/trezor-firmware/pull/3640
[#3855]: https://github.com/trezor/trezor-firmware/pull/3855
[#3911]: https://github.com/trezor/trezor-firmware/pull/3911
[#3916]: https://github.com/trezor/trezor-firmware/pull/3916
[#3922]: https://github.com/trezor/trezor-firmware/pull/3922
[#3925]: https://github.com/trezor/trezor-firmware/pull/3925
[#3940]: https://github.com/trezor/trezor-firmware/pull/3940

@ -4,7 +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/).
## [2.7.1] (14th June 2024)
## [2.7.2] (14th June 2024)
### Fixed
- [T3T1] Fixed device authenticity check. [#3922]
- [T3T1] Wrong XPUB screen title. [#3911]
- [T2B1] Fixed device freeze after setup. [#3925]
- Translation fixes. [#3916]
## [2.7.1] (internal release)
### Added
- [T2T1] Added user adjustable brightness setting. [#3208]
@ -894,4 +903,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#3636]: https://github.com/trezor/trezor-firmware/pull/3636
[#3640]: https://github.com/trezor/trezor-firmware/pull/3640
[#3855]: https://github.com/trezor/trezor-firmware/pull/3855
[#3911]: https://github.com/trezor/trezor-firmware/pull/3911
[#3916]: https://github.com/trezor/trezor-firmware/pull/3916
[#3922]: https://github.com/trezor/trezor-firmware/pull/3922
[#3925]: https://github.com/trezor/trezor-firmware/pull/3925
[#3940]: https://github.com/trezor/trezor-firmware/pull/3940

@ -1,6 +1,6 @@
#define VERSION_MAJOR 2
#define VERSION_MINOR 7
#define VERSION_PATCH 1
#define VERSION_PATCH 2
#define VERSION_BUILD 0
#define FIX_VERSION_MAJOR 2

@ -1,8 +1,8 @@
{
"current": {
"merkle_root": "7fba6f82bbd54d09ca75a1454a0af359fd187dea5b689f4f19552b5ae1d8e2f0",
"datetime": "2024-06-06T15:24:25.976163",
"commit": "0e530269a8291e7d2bb1960ab54ed10af0b6785b"
"merkle_root": "47dc6ffabb554cd7f098a2fa87b96b7bfd8de82e94286a20355c5078f8df8d16",
"datetime": "2024-06-07T13:10:46.799873",
"commit": "a700d45e9d441b49a38e1bb74fbee250afdbd7ba"
},
"history": [
{

Loading…
Cancel
Save