From c3971283c8c57d35334265c1b5730e42f4ebb8b4 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Thu, 31 Jul 2025 09:11:57 +0200 Subject: [PATCH] Release v0.5.2 --- CHANGELOG.md | 9 ++++++++- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a4a3fb..315b4a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased][] +[Unreleased]: https://github.com/trussed-dev/piv-authenticator/compare/v0.5.2...HEAD + +- + +## [v0.5.2][] (2025-07-31) + +[v0.5.2]: https://github.com/trussed-dev/piv-authenticator/releases/tag/v0.5.2 + ### Changed - Fix missing clear calls on `UseValidKey` ([#30][]) @@ -9,7 +17,6 @@ [#30]: https://github.com/trussed-dev/piv-authenticator/pull/30 [#28]: https://github.com/trussed-dev/piv-authenticator/pull/28 -[Unreleased]: https://github.com/trussed-dev/trussed-staging/compare/v0.5.1...HEAD ## [v0.5.1][] (2025-05-12) diff --git a/Cargo.toml b/Cargo.toml index 9b5b4f7..a1e104f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "piv-authenticator" -version = "0.5.1" +version = "0.5.2" authors = ["Nicolas Stalder ", "Nitrokey GmbH"] edition = "2021" license = "Apache-2.0 OR MIT"