Skip to content

Commit

Permalink
Merge pull request #196 from Nitrokey/rc-1-3-0
Browse files Browse the repository at this point in the history
Prepare 1.3.0 RC 1
  • Loading branch information
sosthene-nitrokey authored Mar 13, 2023
2 parents 68a36b7 + 5a7808c commit a6e4c91
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 7 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# v1.3.0-RC1 (2023-03-13)

### Features

- Add secrets app ([#186][]), implementing OTP functionality
- Return full version in status command ([#172][])
- Return storage information in status command ([#183][])
- Reduce risk of data loss by adding journaling to the internal flash ([#160][])

### Changed

- LPC55: use the embedded runner ([#97][])

### Bugfixes

- Use upstream usbd-ccid, including fixed panics and compatibility issues ([#164][])
- Improve compatibility of FIDO ([#180][])
- Fix a panic with ctaphid ([#184][])

[#186]: https://github.com/Nitrokey/nitrokey-3-firmware/pull/186
[#184]: https://github.com/Nitrokey/nitrokey-3-firmware/pull/184
[#183]: https://github.com/Nitrokey/nitrokey-3-firmware/pull/183
[#180]: https://github.com/Nitrokey/nitrokey-3-firmware/pull/180
[#172]: https://github.com/Nitrokey/nitrokey-3-firmware/pull/172
[#164]: https://github.com/Nitrokey/nitrokey-3-firmware/pull/164
[#160]: https://github.com/Nitrokey/nitrokey-3-firmware/pull/160
[#97]: https://github.com/Nitrokey/nitrokey-3-firmware/pull/97


# v1.2.2 (2022-10-05)

This release contains additional internal tests.
Expand Down
12 changes: 6 additions & 6 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 @@ -8,7 +8,7 @@ members = [
resolver = "2"

[workspace.package]
version = "1.2.2-alpha.20230224"
version = "1.3.0-rc1"

[patch.crates-io]
# forked
Expand Down

0 comments on commit a6e4c91

Please sign in to comment.