Prepare release 0.3.1

This commit is contained in:
Sosthène Guédon
2023-06-02 14:35:19 +02:00
parent 870ee4396a
commit 9fca9c5f96
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -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][])
+1 -1
View File
@@ -3,7 +3,7 @@
[package]
name = "piv-authenticator"
version = "0.3.0"
version = "0.3.1"
authors = ["Nicolas Stalder <n@stalder.io>", "Nitrokey GmbH"]
edition = "2021"
license = "LGPL-3.0-only"