diff --git a/CHANGELOG.md b/CHANGELOG.md index 0491b1c..05af296 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ SPDX-License-Identifier: CC0-1.0 # Changelog +## [v0.3.1][] (2023-06-02) + +- Add setter to the options builder for the UUID ([#32][]) + +[#32]: https://github.com/Nitrokey/piv-authenticator/pull/32 + ## [v0.3.0][] (2023-05-31) - Fix reset not checking that the key is locked ([#29][]) diff --git a/Cargo.toml b/Cargo.toml index 2991afa..e2d1461 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "piv-authenticator" -version = "0.3.0" +version = "0.3.1" authors = ["Nicolas Stalder ", "Nitrokey GmbH"] edition = "2021" license = "LGPL-3.0-only"