From 286f291f7a1dd9b75872705c353369e1d3cef789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Thu, 1 Jun 2023 12:03:00 +0200 Subject: [PATCH] Prepare release 0.3.0 --- CHANGELOG.md | 10 +++++++++- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04103d2..0491b1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,15 @@ SPDX-License-Identifier: CC0-1.0 # Changelog -## Unreleased +## [v0.3.0][] (2023-05-31) + +- Fix reset not checking that the key is locked ([#29][]) +- Make GUID configurable ([#30][]) + +[#30]: https://github.com/Nitrokey/piv-authenticator/pull/30 +[#29]: https://github.com/Nitrokey/piv-authenticator/pull/29 + +[v0.3.0]: https://github.com/Nitrokey/piv-authenticator/releases/tag/v0.3.0 ## [v0.2.0][] (2023-04-27) diff --git a/Cargo.toml b/Cargo.toml index cd947c1..2991afa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "piv-authenticator" -version = "0.2.0" +version = "0.3.0" authors = ["Nicolas Stalder ", "Nitrokey GmbH"] edition = "2021" license = "LGPL-3.0-only"