From 308567df8c9c8842613b36ce8f9f408f56241ee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Mon, 6 Mar 2023 14:23:15 +0100 Subject: [PATCH] Bump version number --- CHANGELOG.md | 11 +++++++++-- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f7e298..471e8cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,10 +11,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased][] +## [0.1.1][] - 2023-03-06 + +- Add support for "missing" hw key ([#16][]) + +[#16]: https://github.com/trussed-dev/trussed-auth/pull/16 +[0.1.1]: https://github.com/trussed-dev/trussed-auth/releases/tag/v0.1.1 + ## [0.1.0][] - 2023-03-03 Initial release with PIN handling and key derivation from PINs. -[Unreleased]: https://github.com/trussed-dev/trussed-auth/compare/0.1.0...HEAD -[0.1.0]: https://github.com/trussed-dev/trussed-auth/releases/tag/0.1.0 +[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 diff --git a/Cargo.toml b/Cargo.toml index 8f0bd95..8fee599 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "trussed-auth" -version = "0.1.0" +version = "0.1.1" authors = ["Nitrokey GmbH "] edition = "2021" repository = "https://github.com/trussed-dev/trussed-auth"