From 23a1f61e5a982c8f2055e52084e298d25499d7da Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Wed, 8 Apr 2026 04:20:54 +0100 Subject: [PATCH] v0.4.1 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cffa7a4..e2aacee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ to 0.3.0 are beta releases. ## [Unreleased] -## [0.3.4] - 2026-04-08 +## [0.3.4], [0.4.1] - 2026-04-08 ### Fixed - `age-plugin-yubikey` now completely ignores any identity that has unrecognised critical extensions in its certificate, to ensure it doesn't misuse a newer diff --git a/Cargo.lock b/Cargo.lock index 9c4b45c..5521a3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -50,7 +50,7 @@ dependencies = [ [[package]] name = "age-plugin-yubikey" -version = "0.4.0" +version = "0.4.1" dependencies = [ "age-core", "age-plugin", diff --git a/Cargo.toml b/Cargo.toml index 95067e5..fd8e6fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "age-plugin-yubikey" description = "YubiKey plugin for age clients" -version = "0.4.0" +version = "0.4.1" authors = ["Jack Grigg "] repository = "https://github.com/str4d/age-plugin-yubikey" readme = "README.md"