diff --git a/core/CHANGELOG.T2B1.md b/core/CHANGELOG.T2B1.md index 7ebe96c70e..0977c1357f 100644 --- a/core/CHANGELOG.T2B1.md +++ b/core/CHANGELOG.T2B1.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.8.2] (unreleased) +## [2.8.3] (unreleased) ### Added - Reduce the choices to select wordcount when unlocking repeated backup to 20 or 33. [#4099] diff --git a/core/CHANGELOG.T2T1.md b/core/CHANGELOG.T2T1.md index 623ef17973..743783c430 100644 --- a/core/CHANGELOG.T2T1.md +++ b/core/CHANGELOG.T2T1.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.8.2] (unreleased) +## [2.8.3] (unreleased) ### Added - Reduce the choices to select wordcount when unlocking repeated backup to 20 or 33. [#4099] diff --git a/core/CHANGELOG.T3B1.md b/core/CHANGELOG.T3B1.md index 15365fc5a2..2921178496 100644 --- a/core/CHANGELOG.T3B1.md +++ b/core/CHANGELOG.T3B1.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.8.2] (18th September 2024) +## [2.8.3] (18th September 2024) ### Added - Reduce the choices to select wordcount when unlocking repeated backup to 20 or 33. [#4099] diff --git a/core/CHANGELOG.T3T1.md b/core/CHANGELOG.T3T1.md index 9d54ed7c17..287ae6809a 100644 --- a/core/CHANGELOG.T3T1.md +++ b/core/CHANGELOG.T3T1.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.8.2] (18th September 2024) +## [2.8.3] (18th September 2024) ### Added - Added reassuring screen when entering empty passphrase. [#4054] diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 455b27a7e7..768658c114 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.8.2] (18th September 2024) +## [2.8.3] (18th September 2024) ### Added - [T3T1] Added reassuring screen when entering empty passphrase. [#4054] diff --git a/core/embed/firmware/version.h b/core/embed/firmware/version.h index 566ba077af..f891dab3b3 100644 --- a/core/embed/firmware/version.h +++ b/core/embed/firmware/version.h @@ -4,7 +4,7 @@ #define VERSION_MAJOR 2 #define VERSION_MINOR 8 -#define VERSION_PATCH 2 +#define VERSION_PATCH 3 #define VERSION_BUILD 0 #define FIX_VERSION_MAJOR 2