Skip to content

Commit d0a603e

Browse files
sosthene-nitrokeynickray
authored andcommitted
Prepare release 0.3.4
1 parent 4480c1a commit d0a603e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
11
# Changelog
22

3+
## [v0.3.4][] (2024-01-02)
4+
5+
- Fix error when changing the PUK ([#40][])
6+
7+
[#40]: https://github.com/Nitrokey/piv-authenticator/pull/40
8+
9+
[v0.3.4]: https://github.com/Nitrokey/piv-authenticator/releases/tag/v0.3.4
10+
311
## [v0.3.3][] (2023-12-08)
412

513
- Reject NFC requests ([#39][])
614
- Put RSA feature behind a feature flag
715

816
[#39]: https://github.com/Nitrokey/piv-authenticator/pull/39
917

18+
[v0.3.3]: https://github.com/Nitrokey/piv-authenticator/releases/tag/v0.3.3
19+
1020
## [v0.3.2][] (2023-06-13)
1121

1222
- Fix P-256 signature ([#33][])

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "piv-authenticator"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
authors = ["Nicolas Stalder <[email protected]>", "Nitrokey GmbH"]
55
edition = "2021"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)