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:
parent
8f19767285
commit
b21d1b1f50
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user