1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-19 05:58:09 +00:00

chore(core/prodtest): bump version after release

This commit is contained in:
matejcik 2023-12-20 10:21:22 +01:00
parent 8f19767285
commit b21d1b1f50
2 changed files with 13 additions and 1 deletions

View File

@ -1,4 +1,16 @@
## 0.2.4 [20th December 2023]
### Added
- [T2B1] `SEC READ` to read out value of SEC counter.
- [T2B1] Check certificate chain upon `CERTDEV READ`, to block bad Optiga signatures
from being written to device.
### Fixed
- [T2B1] Improve Optiga metadata handling.
## 0.2.3 [06th October 2023]
### Added

View File

@ -1,6 +1,6 @@
#define VERSION_MAJOR 0
#define VERSION_MINOR 2
#define VERSION_PATCH 4
#define VERSION_PATCH 5
#define VERSION_BUILD 0
#define FIX_VERSION_MAJOR 0