From d884daea42e9a1790e830e2fb5007f408413459d Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Mon, 4 Nov 2024 19:22:28 +0100 Subject: [PATCH] docs(core/prodtest): changelog for 0.2.11 --- core/embed/prodtest/.changelog.d/4310.fixed | 1 - core/embed/prodtest/.changelog.d/4313.fixed | 1 - core/embed/prodtest/CHANGELOG.md | 8 ++++++++ 3 files changed, 8 insertions(+), 2 deletions(-) delete mode 100644 core/embed/prodtest/.changelog.d/4310.fixed delete mode 100644 core/embed/prodtest/.changelog.d/4313.fixed diff --git a/core/embed/prodtest/.changelog.d/4310.fixed b/core/embed/prodtest/.changelog.d/4310.fixed deleted file mode 100644 index 8e5090e58..000000000 --- a/core/embed/prodtest/.changelog.d/4310.fixed +++ /dev/null @@ -1 +0,0 @@ -Fixed a device crash in the CPUID READ command. diff --git a/core/embed/prodtest/.changelog.d/4313.fixed b/core/embed/prodtest/.changelog.d/4313.fixed deleted file mode 100644 index ccd5f1883..000000000 --- a/core/embed/prodtest/.changelog.d/4313.fixed +++ /dev/null @@ -1 +0,0 @@ -Fixed writing data (variant, batch) to OTP diff --git a/core/embed/prodtest/CHANGELOG.md b/core/embed/prodtest/CHANGELOG.md index d946884ac..f7b6eca9c 100644 --- a/core/embed/prodtest/CHANGELOG.md +++ b/core/embed/prodtest/CHANGELOG.md @@ -1,4 +1,10 @@ +## 0.2.11 [20th November 2024] + +### Fixed +- Fixed a device crash in the CPUID READ command. [#4310] +- Fixed writing data (variant, batch) to OTP. [#4313] + ## 0.2.10 [20th November 2024] ### Added @@ -84,3 +90,5 @@ [#4064]: https://github.com/trezor/trezor-firmware/pull/4064 [#4140]: https://github.com/trezor/trezor-firmware/pull/4140 [#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