diff --git a/CHANGELOG.md b/CHANGELOG.md index 63f3c65..3301c89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to Rust's notion of to 0.3.0 are beta releases. ## [Unreleased] + +## [0.3.3] - 2023-02-11 ### Fixed - When `age-plugin-yubikey` assists the user in changing their PIN from the default PIN, it no longer tells the user that PINs shorter than 6 characters diff --git a/Cargo.lock b/Cargo.lock index eccee10..0b15c6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -49,7 +49,7 @@ dependencies = [ [[package]] name = "age-plugin-yubikey" -version = "0.3.2" +version = "0.3.3" dependencies = [ "age-core", "age-plugin", diff --git a/Cargo.toml b/Cargo.toml index b1eed07..db38619 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "age-plugin-yubikey" description = "YubiKey plugin for age clients" -version = "0.3.2" +version = "0.3.3" authors = ["Jack Grigg "] repository = "https://github.com/str4d/age-plugin-yubikey" readme = "README.md"