Skip to content

Commit

Permalink
Merge pull request #45 from Nitrokey/release-034
Browse files Browse the repository at this point in the history
Release 0.3.4
  • Loading branch information
sosthene-nitrokey committed Jan 2, 2024
2 parents 7b6942c + b476466 commit 2c948a9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
# 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][])
- Put RSA feature behind a feature flag

[#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][])
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "piv-authenticator"
version = "0.3.3"
version = "0.3.4"
authors = ["Nicolas Stalder <[email protected]>", "Nitrokey GmbH"]
edition = "2021"
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit 2c948a9

Please sign in to comment.