diff --git a/core/embed/bootloader/CHANGELOG.md b/core/embed/bootloader/CHANGELOG.md index 23d46e682..5767c7fdb 100644 --- a/core/embed/bootloader/CHANGELOG.md +++ b/core/embed/bootloader/CHANGELOG.md @@ -5,6 +5,11 @@ 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.0.4 [May 2022] + +### Security +- Intentionally skipped this version due to fake devices + ## 2.0.3 [March 2019] ### Security diff --git a/core/embed/bootloader/version.h b/core/embed/bootloader/version.h index 05d8755e7..da549bc30 100644 --- a/core/embed/bootloader/version.h +++ b/core/embed/bootloader/version.h @@ -1,6 +1,6 @@ #define VERSION_MAJOR 2 #define VERSION_MINOR 0 -#define VERSION_PATCH 4 +#define VERSION_PATCH 5 #define VERSION_BUILD 0 #define VERSION_UINT32 \ (VERSION_MAJOR | (VERSION_MINOR << 8) | (VERSION_PATCH << 16) | \