Update changelog

This commit is contained in:
Sosthène Guédon
2023-04-05 15:08:11 +02:00
committed by sosthene-nitrokey
parent 7d429cd831
commit baadd64b41
+11 -1
View File
@@ -11,6 +11,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased][]
[Unreleased]: https://github.com/trussed-dev/trussed-auth/compare/v0.2.0...HEAD
## [0.2.0][]
- Fix data location ([#23][])
- Add pin counter reset mechanism ([#17][])
[#23]: https://github.com/trussed-dev/trussed-auth/pull/23
[#17]: https://github.com/trussed-dev/trussed-auth/pull/17
[0.2.0]: https://github.com/trussed-dev/trussed-auth/releases/tag/v0.2.0
## [0.1.1][] - 2023-03-06
- Add support for "missing" hw key ([#16][])
@@ -22,6 +33,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Initial release with PIN handling and key derivation from PINs.
[Unreleased]: https://github.com/trussed-dev/trussed-auth/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/trussed-dev/trussed-auth/releases/tag/v0.1.0