diff --git a/core/ChangeLog b/core/ChangeLog index 38e74f154..668527295 100644 --- a/core/ChangeLog +++ b/core/ChangeLog @@ -1,3 +1,14 @@ +Version 2.x.x [not yet released] +* nothing yet + +Version 2.1.3 [Aug 2019] +* Shamir Backup with Recovery persistence +* Touchscreen freeze fix +* Fix display of non-divisible OMNI amounts + +Version 2.1.2 [unreleased] +* Shamir Backup feature preview + Version 2.1.1 [Jun 2019] * Hotfix for touchscreen freeze * Don't rotate the screen via swipe gesture diff --git a/legacy/bootloader/ChangeLog b/legacy/bootloader/ChangeLog index 2c27f6ab7..d3f3d056d 100644 --- a/legacy/bootloader/ChangeLog +++ b/legacy/bootloader/ChangeLog @@ -1,3 +1,6 @@ +Version 1.x.x [not yet released] +* Use Trezor instead of TREZOR + Version 1.8.0 [Feb 2019] * Make the update process more similar to Model T process diff --git a/legacy/firmware/ChangeLog b/legacy/firmware/ChangeLog index 3bf873f79..8d15a9798 100644 --- a/legacy/firmware/ChangeLog +++ b/legacy/firmware/ChangeLog @@ -1,3 +1,10 @@ +Version 1.x.x [not yet released] +* nothing yet + +Version 1.8.2 [Aug 2019] +* OLED display security improvements +* Fix display of non-divisible OMNI amounts + Version 1.8.1 [May 2019] * Fix fault when using the device with no PIN * Fix OMNI transactions parsing diff --git a/legacy/firmware/version.h b/legacy/firmware/version.h index 4e5016526..5150c3328 100644 --- a/legacy/firmware/version.h +++ b/legacy/firmware/version.h @@ -1,6 +1,6 @@ #define VERSION_MAJOR 1 #define VERSION_MINOR 8 -#define VERSION_PATCH 2 +#define VERSION_PATCH 3 #define FIX_VERSION_MAJOR 1 #define FIX_VERSION_MINOR 8