From 1e76ccd17ccee3bcf6072641cd93972522facc10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Wed, 5 Apr 2023 12:00:49 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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