Skip to content

Commit

Permalink
Merge pull request #49 from Nitrokey/release-035
Browse files Browse the repository at this point in the history
Prepare release 0.3.5
  • Loading branch information
sosthene-nitrokey committed Apr 3, 2024
2 parents 7cc0a22 + 6fc3292 commit efb4632
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [v0.3.5][] (2024-04-03)

- Fix default card capabilities value ([#46][])
- Fix storage location for just-initialized PIV ([#47][])
- Update trussed-auth, trussed-staging and make trussed-staging optional ([#48][])
- Allow generating retired keys ([#44][])

[#44]: https://github.com/Nitrokey/piv-authenticator/pull/44
[#46]: https://github.com/Nitrokey/piv-authenticator/pull/46
[#47]: https://github.com/Nitrokey/piv-authenticator/pull/47
[#48]: https://github.com/Nitrokey/piv-authenticator/pull/48

[v0.3.5]: https://github.com/Nitrokey/piv-authenticator/releases/tag/v0.3.5

## [v0.3.4][] (2024-01-02)

- Fix error when changing the PUK ([#40][])
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.4"
version = "0.3.5"
authors = ["Nicolas Stalder <[email protected]>", "Nitrokey GmbH"]
edition = "2021"
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit efb4632

Please sign in to comment.