Prepare release 0.3.2

This commit is contained in:
Sosthène Guédon
2023-06-13 17:39:40 +02:00
parent 824b7aabc5
commit a2fb60910b
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -5,11 +5,20 @@ SPDX-License-Identifier: CC0-1.0
# Changelog
## [v0.3.2][] (2023-06-13)
- Fix P-256 signature ([#33][])
[#33]: https://github.com/Nitrokey/piv-authenticator/pull/33
[v0.3.2]: https://github.com/Nitrokey/piv-authenticator/releases/tag/v0.3.2
## [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.1]: https://github.com/Nitrokey/piv-authenticator/releases/tag/v0.3.1
## [v0.3.0][] (2023-05-31)
+1 -1
View File
@@ -3,7 +3,7 @@
[package]
name = "piv-authenticator"
version = "0.3.1"
version = "0.3.2"
authors = ["Nicolas Stalder <n@stalder.io>", "Nitrokey GmbH"]
edition = "2021"
license = "LGPL-3.0-only"