From 5c858c2dd60fe2c3f628f50e308e2a2c39e34bd3 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Thu, 31 Jul 2025 11:16:01 +0200 Subject: [PATCH] Release v0.5.3 --- CHANGELOG.md | 10 +++++++++- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 132d768..39d02b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [Unreleased][] -[Unreleased]: https://github.com/trussed-dev/piv-authenticator/compare/v0.5.2...HEAD +[Unreleased]: https://github.com/trussed-dev/piv-authenticator/compare/v0.5.3...HEAD + +- + +## [v0.5.3][] (2025-07-31) + +[v0.5.3]: https://github.com/trussed-dev/piv-authenticator/releases/tag/v0.5.3 + +### Changed - Update `trussed-rsa-alloc` dependency to v0.3. diff --git a/Cargo.toml b/Cargo.toml index bba007f..4e7d633 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "piv-authenticator" -version = "0.5.2" +version = "0.5.3" authors = ["Nicolas Stalder ", "Nitrokey GmbH"] edition = "2021" license = "Apache-2.0 OR MIT"