diff --git a/legacy/bootloader/CHANGELOG.md b/legacy/bootloader/CHANGELOG.md index 0f608baa9b..aa1eb1b591 100644 --- a/legacy/bootloader/CHANGELOG.md +++ b/legacy/bootloader/CHANGELOG.md @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added - "Stay in bootloader" flag. +- Soft-reset (reboots itself after firmware installation). ### Changed - Use Trezor instead of TREZOR. diff --git a/legacy/bootloader/version.h b/legacy/bootloader/version.h index 20e845d6ef..7f8f700b5a 100644 --- a/legacy/bootloader/version.h +++ b/legacy/bootloader/version.h @@ -1,6 +1,6 @@ #define VERSION_MAJOR 1 #define VERSION_MINOR 10 -#define VERSION_PATCH 0 +#define VERSION_PATCH 1 #define VERSION_MAJOR_CHAR "\x01" #define VERSION_MINOR_CHAR "\x0A" diff --git a/legacy/firmware/version.h b/legacy/firmware/version.h index 6729174450..7fda53b016 100644 --- a/legacy/firmware/version.h +++ b/legacy/firmware/version.h @@ -1,6 +1,6 @@ #define VERSION_MAJOR 1 #define VERSION_MINOR 10 -#define VERSION_PATCH 0 +#define VERSION_PATCH 1 #define FIX_VERSION_MAJOR 1 #define FIX_VERSION_MINOR 10