Skip to content

Commit

Permalink
Release v1.7.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-nitrokey committed Mar 6, 2024
1 parent c443a35 commit 3932535
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,23 @@
- Add an SE050 driver and its tests ([#335][])
- Use SE050 entropy to bootstrap the random number generator ([#335][])
- fido-authenticator: Implement the largeBlobKey extension and the largeBlobs command ([fido-authenticator#38][])
- Report errors when loading the configuration during initialization and disable opcard if an error occured ([#394][])
- piv: Fix crash when changing PUK ([piv-authenticator#38][])

[fido-authenticator#38]: https://github.com/Nitrokey/fido-authenticator/issues/38
[piv-authenticator#38]: https://github.com/Nitrokey/piv-authenticator/issues/38

# 1.7.0-rc.1 (2024-03-06)

### Features

- Report errors when loading the configuration during initialization and disable opcard if an error occured ([#394][])
- Fix LED during user presence check for NK3AM ([#93][])
- fido-authenticator: Implement CTAP 2.1
- OpenPGP: fix locking out after an aborted factory-reset operation ([#443][])

[#93]: https://github.com/Nitrokey/nitrokey-3-firmware/issues/93
[#394]: https://github.com/Nitrokey/nitrokey-3-firmware/pull/394
[#443]: https://github.com/Nitrokey/nitrokey-3-firmware/pull/443
[fido-authenticator#38]: https://github.com/Nitrokey/fido-authenticator/issues/38
[piv-authenticator#38]: https://github.com/Nitrokey/piv-authenticator/issues/38

# 1.6.0 (2023-11-23)

Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ members = [
resolver = "2"

[workspace.package]
version = "1.6.0"
version = "1.7.0-rc.1"

[patch.crates-io]
# components
Expand Down

0 comments on commit 3932535

Please sign in to comment.