From e633e13bff411d681c33a0efdd08dd7a81f98742 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 11 Jun 2024 16:38:35 +0200 Subject: [PATCH] Release v1.7.2 --- CHANGELOG.md | 9 +++++++-- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47d2bab8..59a49496 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,18 @@ - fido-authenticator: Implement the largeBlobKey extension and the largeBlobs command ([fido-authenticator#38][]) - piv: Fix crash when changing PUK ([piv-authenticator#38][]) +[fido-authenticator#38]: https://github.com/Nitrokey/fido-authenticator/issues/38 +[piv-authenticator#38]: https://github.com/Nitrokey/piv-authenticator/issues/38 + +## v1.7.2 (2024-06-11) + ### Bugfixes - fido-authenticator: Fix incompatibility when enumerating resident keys with libfido2/ssh-agent ([#496][]) +- Ensure that an application reset erases all relevant objects on the secure element ([trussed-se050-backend#30][]) [#496]: https://github.com/Nitrokey/nitrokey-3-firmware/issues/496 -[fido-authenticator#38]: https://github.com/Nitrokey/fido-authenticator/issues/38 -[piv-authenticator#38]: https://github.com/Nitrokey/piv-authenticator/issues/38 +[trussed-se050-backend#30]: https://github.com/Nitrokey/trussed-se050-backend/pull/30 ## v1.7.1 (2024-05-03) diff --git a/Cargo.lock b/Cargo.lock index d0bb4646..600aa4bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -153,7 +153,7 @@ dependencies = [ [[package]] name = "apps" -version = "1.7.1" +version = "1.7.2" dependencies = [ "admin-app", "apdu-dispatch", @@ -353,7 +353,7 @@ dependencies = [ [[package]] name = "boards" -version = "1.7.1" +version = "1.7.2" dependencies = [ "apdu-dispatch", "apps", @@ -1063,7 +1063,7 @@ dependencies = [ [[package]] name = "embedded-runner-lib" -version = "1.7.1" +version = "1.7.2" dependencies = [ "alloc-cortex-m", "apdu-dispatch", @@ -3505,7 +3505,7 @@ dependencies = [ [[package]] name = "usbip-runner" -version = "1.7.1" +version = "1.7.2" dependencies = [ "apps", "cfg-if", @@ -3531,7 +3531,7 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "utils" -version = "1.7.1" +version = "1.7.2" dependencies = [ "chrono", "delog", diff --git a/Cargo.toml b/Cargo.toml index 0957ba8c..43d704db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ members = [ resolver = "2" [workspace.package] -version = "1.7.1" +version = "1.7.2" [patch.crates-io] # components