Skip to content

Commit

Permalink
Merge pull request #279 from Nitrokey/release150
Browse files Browse the repository at this point in the history
Prepare release 1.5.0
  • Loading branch information
sosthene-nitrokey authored May 31, 2023
2 parents 96c9bb9 + 393eb36 commit b230f92
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 8 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# v1.5.0 (2023-05-31)

### Features

- Upgrade the secrets function to version 0.11.0, adding support for static passwords, and KeepassXC integration ([#278][])

### Changed

- Upgrade the OpenPGP function to version 1.1.0, fixing minor specification compliance issues and an unlikely data corruption scenario

### Fixed

- Upgrade ctaphid-dispatch, fixing panics after cancelled operations

[#278]: https://github.com/Nitrokey/nitrokey-3-firmware/pull/278
[#277]: https://github.com/Nitrokey/nitrokey-3-firmware/pull/277

# v1.4.0 (2023-05-05)

This release adds OpenPGP card support and updates the OTP functionality.
Expand All @@ -9,7 +26,7 @@ This release adds OpenPGP card support and updates the OTP functionality.
- fido-authenticator: Limit number of resident credentials to ten ([#207][])
- Add opcard to the stable firmware ([#100][])

## Changed
### Changed

- Update applications:
- opcard v1.0.0
Expand Down
11 changes: 5 additions & 6 deletions Cargo.lock

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

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

[workspace.package]
version = "1.4.0"
version = "1.5.0"

[patch.crates-io]
# forked
Expand All @@ -17,6 +17,7 @@ ctap-types = { git = "https://github.com/Nitrokey/ctap-types", tag = "v0.1.2-nit
fido-authenticator = { git = "https://github.com/Nitrokey/fido-authenticator.git", tag = "v0.1.1-nitrokey.4" }
lpc55-hal = { git = "https://github.com/Nitrokey/lpc55-hal", tag = "v0.3.0-nitrokey.2" }
trussed = { git = "https://github.com/Nitrokey/trussed", tag = "v0.1.0-nitrokey.11" }
ctaphid-dispatch = { git = "https://github.com/Nitrokey/ctaphid-dispatch", tag = "v0.1.1-nitrokey.1" }

# unreleased upstream changes
interchange = { git = "https://github.com/trussed-dev/interchange" }
Expand Down

0 comments on commit b230f92

Please sign in to comment.