Skip to content

Commit

Permalink
Release v1.7.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-nitrokey committed Apr 12, 2024
1 parent aae21b8 commit 8f13f7e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Expand Up @@ -2,14 +2,23 @@

### Features

- 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][])
- 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.2 (2024-04-12)

### Features

- Add an SE050 driver and its tests ([#335][])
- Use SE050 entropy to bootstrap the random number generator ([#335][])
- Enable SE050 support in OpenPGP by default ([#471][])

[#335]: https://github.com/Nitrokey/nitrokey-3-firmware/pull/335
[#471]: https://github.com/Nitrokey/nitrokey-3-firmware/pull/471

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

### Features
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
Expand Up @@ -10,7 +10,7 @@ members = [
resolver = "2"

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

[patch.crates-io]
# components
Expand Down

0 comments on commit 8f13f7e

Please sign in to comment.