diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f278315..4bc431d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,20 @@ -# Unreleased +# v1.0.4 (unreleased) -## Features +## v1.0.4-rc.3 (2022-07-05) + +### Features - Change the LED patterns so that the LED is off by default, blinks white during a user confirmation request and blinks blue when winking ([#34][]) - Add a single white LED blink for 0.5 seconds after startup ([#34][]) - Support retrieval of OpenSSH resident keys ([#48][]) +### Bugfixes + +- Improve stability of FIDO2 operations on Windows 10 ([#54][]) + [#34]: https://github.com/Nitrokey/nitrokey-3-firmware/issues/34 [#48]: https://github.com/Nitrokey/nitrokey-3-firmware/issues/48 +[#54]: https://github.com/Nitrokey/nitrokey-3-firmware/issues/54 # v1.0.3 (2022-04-11) diff --git a/runners/lpc55/config/commands.bd b/runners/lpc55/config/commands.bd index 381c9a18..6495c889 100644 --- a/runners/lpc55/config/commands.bd +++ b/runners/lpc55/config/commands.bd @@ -1,8 +1,8 @@ options { flags = 0x8; buildNumber = 0x1; - productVersion = "1.0.3"; - componentVersion = "1.0.3"; + productVersion = "1.0.4"; + componentVersion = "1.0.4"; secureBinaryVersion = "2.1"; } @@ -11,8 +11,8 @@ sources { } section (0) { - version_check sec 4194307; - version_check nsec 4194307; + version_check sec 4194308; + version_check nsec 4194308; erase 0x0..0x93000; load inputFile > 0x0; }