diff --git a/CHANGELOG.md b/CHANGELOG.md index c6b2e1a..ca76c94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Changelog -## Unreleased +## [v0.3.3][] (2023-12-08) - Reject NFC requests ([#39][]) +- Put RSA feature behind a feature flag [#39]: https://github.com/Nitrokey/piv-authenticator/pull/39 diff --git a/Cargo.toml b/Cargo.toml index 1df8af0..972c180 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "piv-authenticator" -version = "0.3.2" +version = "0.3.3" authors = ["Nicolas Stalder ", "Nitrokey GmbH"] edition = "2021" license = "Apache-2.0 OR MIT"