mirror of
https://github.com/trussed-dev/piv-authenticator.git
synced 2026-06-20 04:16:15 -07:00
Prepare release 0.3.4
This commit is contained in:
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user