diff --git a/core/embed/projects/prodtest/.changelog.d/4405.fixed b/core/embed/projects/prodtest/.changelog.d/4405.fixed deleted file mode 100644 index 8fd18c477f..0000000000 --- a/core/embed/projects/prodtest/.changelog.d/4405.fixed +++ /dev/null @@ -1 +0,0 @@ -Fix BOOTLOADER VERSION command diff --git a/core/embed/projects/prodtest/.changelog.d/4407.changed b/core/embed/projects/prodtest/.changelog.d/4407.changed deleted file mode 100644 index 1e1687d8db..0000000000 --- a/core/embed/projects/prodtest/.changelog.d/4407.changed +++ /dev/null @@ -1 +0,0 @@ -Changed resolution of TOUCH_POWER command parameter to milliseconds. diff --git a/core/embed/projects/prodtest/CHANGELOG.md b/core/embed/projects/prodtest/CHANGELOG.md index f7b6eca9c1..3922325c54 100644 --- a/core/embed/projects/prodtest/CHANGELOG.md +++ b/core/embed/projects/prodtest/CHANGELOG.md @@ -1,4 +1,12 @@ +## 0.2.12 [22th January 2025] + +### Changed +- Changed resolution of TOUCH_POWER command parameter to milliseconds. [#4407] + +### Fixed +- Fix BOOTLOADER VERSION command. [#4405] + ## 0.2.11 [20th November 2024] ### Fixed @@ -92,3 +100,5 @@ [#4252]: https://github.com/trezor/trezor-firmware/pull/4252 [#4310]: https://github.com/trezor/trezor-firmware/pull/4310 [#4313]: https://github.com/trezor/trezor-firmware/pull/4313 +[#4405]: https://github.com/trezor/trezor-firmware/pull/4405 +[#4407]: https://github.com/trezor/trezor-firmware/pull/4407