diff --git a/CHANGELOG.md b/CHANGELOG.md index b6cd78c..04103d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ SPDX-License-Identifier: CC0-1.0 ## Unreleased +## [v0.2.0][] (2023-04-27) + +- Use upstream trussed and trussed-staging ([#24][]) + +[#24]: https://github.com/Nitrokey/piv-authenticator/pull/24 + +[v0.2.0]: https://github.com/Nitrokey/piv-authenticator/releases/tag/v0.2.0 + ## [v0.1.2][] (2023-04-24) - Use `RsaPublicParts::deserialize` instead of `trussed::postcard_deserialize` for compatibility with recent Trussed changes. diff --git a/Cargo.toml b/Cargo.toml index 0b92c53..cd947c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "piv-authenticator" -version = "0.1.2" +version = "0.2.0" authors = ["Nicolas Stalder ", "Nitrokey GmbH"] edition = "2021" license = "LGPL-3.0-only"