diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c998b4a..5487ae2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# v1.2.2 (2022-10-05) + +This release contains additional internal tests. +v1.2.1 was skipped due to an incorrectly determined bugfix. + +### Bugfixes + +- change fido-authenticator version from 0.1 to 0.1.1 (not needed, to be reverted) ([#87][]) + +### Features + +- add proper `Reboot::is_locked` for nRF52 ([#89][]) +- add i2c/se050 test to LPC55 (panicks in provisioner mode) ([#90][]) + +[#89]: https://github.com/Nitrokey/nitrokey-3-firmware/pull/89 +[#90]: https://github.com/Nitrokey/nitrokey-3-firmware/pull/90 +[#87]: https://github.com/Nitrokey/nitrokey-3-firmware/pull/90 + # v1.2.0 (2022-08-30) This release contains various bugfixes and stability improvements. diff --git a/runners/embedded/Cargo.lock b/runners/embedded/Cargo.lock index c0137c18..24d47162 100644 --- a/runners/embedded/Cargo.lock +++ b/runners/embedded/Cargo.lock @@ -584,7 +584,7 @@ dependencies = [ [[package]] name = "embedded-runner-lib" -version = "1.2.1" +version = "1.2.2" dependencies = [ "admin-app", "apdu-dispatch", diff --git a/runners/embedded/Cargo.toml b/runners/embedded/Cargo.toml index c2d2a71e..4da85294 100644 --- a/runners/embedded/Cargo.toml +++ b/runners/embedded/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "embedded-runner-lib" -version = "1.2.1" +version = "1.2.2" authors = [ "Jan Nordholz " diff --git a/runners/lpc55/Cargo.lock b/runners/lpc55/Cargo.lock index 961fe21f..061e4ed9 100644 --- a/runners/lpc55/Cargo.lock +++ b/runners/lpc55/Cargo.lock @@ -1241,7 +1241,7 @@ dependencies = [ [[package]] name = "runner" -version = "1.2.0" +version = "1.2.2" dependencies = [ "admin-app", "apdu-dispatch", diff --git a/runners/lpc55/Cargo.toml b/runners/lpc55/Cargo.toml index c23348ea..40a38ad6 100644 --- a/runners/lpc55/Cargo.toml +++ b/runners/lpc55/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "runner" -version = "1.2.1" +version = "1.2.2" authors = [ "Conor Patrick ", "Nicolas Stalder ",