Prepare release 0.3.4

This commit is contained in:
Sosthène Guédon
2024-01-02 15:05:08 +01:00
parent 7b6942c9c2
commit b476466d24
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -1,5 +1,13 @@
# Changelog
## [v0.3.4][] (2024-01-02)
- Fix error when changing the PUK ([#40][])
[#40]: https://github.com/Nitrokey/piv-authenticator/pull/40
[v0.3.4]: https://github.com/Nitrokey/piv-authenticator/releases/tag/v0.3.4
## [v0.3.3][] (2023-12-08)
- Reject NFC requests ([#39][])
@@ -7,6 +15,8 @@
[#39]: https://github.com/Nitrokey/piv-authenticator/pull/39
[v0.3.3]: https://github.com/Nitrokey/piv-authenticator/releases/tag/v0.3.3
## [v0.3.2][] (2023-06-13)
- Fix P-256 signature ([#33][])
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "piv-authenticator"
version = "0.3.3"
version = "0.3.4"
authors = ["Nicolas Stalder <n@stalder.io>", "Nitrokey GmbH"]
edition = "2021"
license = "Apache-2.0 OR MIT"