diff --git a/CHANGELOG.md b/CHANGELOG.md index 471e8cf..1e5bb6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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