From b567a91c22448d2f262147c8010d751abfa90bc8 Mon Sep 17 00:00:00 2001 From: matejcik Date: Fri, 19 Jul 2024 14:08:18 +0200 Subject: [PATCH] chore(core): changelogs and bump versions of boardloader, bootloader, prodtest --- core/embed/boardloader/CHANGELOG.md | 6 ++++++ core/embed/boardloader/version.h | 2 +- core/embed/bootloader/CHANGELOG.md | 6 ++++++ core/embed/bootloader/version.h | 2 +- core/embed/prodtest/.changelog.d/3900.fixed | 1 - core/embed/prodtest/CHANGELOG.md | 10 ++++++++++ core/embed/prodtest/version.h | 2 +- 7 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 core/embed/prodtest/.changelog.d/3900.fixed diff --git a/core/embed/boardloader/CHANGELOG.md b/core/embed/boardloader/CHANGELOG.md index 344b16ee9..e766ee74a 100644 --- a/core/embed/boardloader/CHANGELOG.md +++ b/core/embed/boardloader/CHANGELOG.md @@ -4,6 +4,12 @@ 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.1.3 [July 2024] + +### Added +- [T3B1] Added support for T3B1. + + ## 2.1.2 [April 2024] ### Added diff --git a/core/embed/boardloader/version.h b/core/embed/boardloader/version.h index c63395c08..4af28c65c 100644 --- a/core/embed/boardloader/version.h +++ b/core/embed/boardloader/version.h @@ -1,4 +1,4 @@ #define VERSION_MAJOR 2 #define VERSION_MINOR 1 -#define VERSION_PATCH 3 +#define VERSION_PATCH 4 #define VERSION_BUILD 0 diff --git a/core/embed/bootloader/CHANGELOG.md b/core/embed/bootloader/CHANGELOG.md index 17a0f6a8d..c61205912 100644 --- a/core/embed/bootloader/CHANGELOG.md +++ b/core/embed/bootloader/CHANGELOG.md @@ -4,6 +4,12 @@ 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.1.7 [July 2024] + +### Added +- [T3B1] Added support for T3B1. + + ## 2.1.6 [May 2024] ### Added diff --git a/core/embed/bootloader/version.h b/core/embed/bootloader/version.h index b44916491..bfb51809e 100644 --- a/core/embed/bootloader/version.h +++ b/core/embed/bootloader/version.h @@ -1,6 +1,6 @@ #define VERSION_MAJOR 2 #define VERSION_MINOR 1 -#define VERSION_PATCH 7 +#define VERSION_PATCH 8 #define VERSION_BUILD 0 #define VERSION_UINT32 \ (VERSION_MAJOR | (VERSION_MINOR << 8) | (VERSION_PATCH << 16) | \ diff --git a/core/embed/prodtest/.changelog.d/3900.fixed b/core/embed/prodtest/.changelog.d/3900.fixed deleted file mode 100644 index 07815ecf4..000000000 --- a/core/embed/prodtest/.changelog.d/3900.fixed +++ /dev/null @@ -1 +0,0 @@ -Fix TOUCH VERSION command diff --git a/core/embed/prodtest/CHANGELOG.md b/core/embed/prodtest/CHANGELOG.md index 159239f02..3b5815e1b 100644 --- a/core/embed/prodtest/CHANGELOG.md +++ b/core/embed/prodtest/CHANGELOG.md @@ -1,4 +1,13 @@ +## 0.2.8 [19th July 2024] + +### Added +- [T3B1] Added support for T3B1. + +### Fixed +- Fix TOUCH VERSION command [#3900] + + ## 0.2.7 [10th June 2024] ### Added @@ -54,4 +63,5 @@ [#3370]: https://github.com/trezor/trezor-firmware/pull/3370 [#3769]: https://github.com/trezor/trezor-firmware/pull/3769 [#3770]: https://github.com/trezor/trezor-firmware/pull/3770 +[#3900]: https://github.com/trezor/trezor-firmware/pull/3900 [#3932]: https://github.com/trezor/trezor-firmware/pull/3932 diff --git a/core/embed/prodtest/version.h b/core/embed/prodtest/version.h index 55036fa28..00f00ff0d 100644 --- a/core/embed/prodtest/version.h +++ b/core/embed/prodtest/version.h @@ -1,6 +1,6 @@ #define VERSION_MAJOR 0 #define VERSION_MINOR 2 -#define VERSION_PATCH 8 +#define VERSION_PATCH 9 #define VERSION_BUILD 0 #define FIX_VERSION_MAJOR 0