diff --git a/CHANGELOG.md b/CHANGELOG.md index 04103d2..0491b1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,15 @@ SPDX-License-Identifier: CC0-1.0 # Changelog -## Unreleased +## [v0.3.0][] (2023-05-31) + +- Fix reset not checking that the key is locked ([#29][]) +- Make GUID configurable ([#30][]) + +[#30]: https://github.com/Nitrokey/piv-authenticator/pull/30 +[#29]: https://github.com/Nitrokey/piv-authenticator/pull/29 + +[v0.3.0]: https://github.com/Nitrokey/piv-authenticator/releases/tag/v0.3.0 ## [v0.2.0][] (2023-04-27) diff --git a/Cargo.toml b/Cargo.toml index cd947c1..2991afa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "piv-authenticator" -version = "0.2.0" +version = "0.3.0" authors = ["Nicolas Stalder ", "Nitrokey GmbH"] edition = "2021" license = "LGPL-3.0-only"