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"