Skip to content

Commit

Permalink
Merge pull request #91 from Nitrokey/rel-1.2.2
Browse files Browse the repository at this point in the history
Release v1.2.2
  • Loading branch information
daringer authored Oct 5, 2022
2 parents a82d155 + f8a0037 commit fcf0bf0
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# v1.2.2 (2022-10-05)

This release contains additional internal tests.
v1.2.1 was skipped due to an incorrectly determined bugfix.

### Bugfixes

- change fido-authenticator version from 0.1 to 0.1.1 (not needed, to be reverted) ([#87][])

### Features

- add proper `Reboot::is_locked` for nRF52 ([#89][])
- add i2c/se050 test to LPC55 (panicks in provisioner mode) ([#90][])

[#89]: https://github.com/Nitrokey/nitrokey-3-firmware/pull/89
[#90]: https://github.com/Nitrokey/nitrokey-3-firmware/pull/90
[#87]: https://github.com/Nitrokey/nitrokey-3-firmware/pull/90

This comment has been minimized.

Copy link
@csarn

csarn Oct 5, 2022

Wrong pull request link for #87 :)


# v1.2.0 (2022-08-30)

This release contains various bugfixes and stability improvements.
Expand Down
2 changes: 1 addition & 1 deletion runners/embedded/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 runners/embedded/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "embedded-runner-lib"
version = "1.2.1"
version = "1.2.2"
authors = [
"Jan Nordholz <[email protected]",
"Markus Meissner <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion runners/lpc55/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 runners/lpc55/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "runner"
version = "1.2.1"
version = "1.2.2"
authors = [
"Conor Patrick <[email protected]>",
"Nicolas Stalder <[email protected]>",
Expand Down

0 comments on commit fcf0bf0

Please sign in to comment.