diff --git a/CHANGELOG.md b/CHANGELOG.md index 401939f..1b3a3b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Implement PIN token permissions ([#63][]) - Implement UpdateUserInformation subcommand for CredentialManagement - Support CTAP 2.1 +- Serialize PIN hash with `serde-bytes` ([#52][]) [#26]: https://github.com/solokeys/fido-authenticator/issues/26 [#28]: https://github.com/solokeys/fido-authenticator/issues/28 @@ -37,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#61]: https://github.com/Nitrokey/fido-authenticator/pull/61 [#62]: https://github.com/Nitrokey/fido-authenticator/pull/62 [#63]: https://github.com/Nitrokey/fido-authenticator/pull/63 +[#52]: https://github.com/Nitrokey/fido-authenticator/issues/52 ## [0.1.1] - 2022-08-22 - Fix bug that treated U2F payloads as APDU over APDU in NFC transport @conorpp