From 1d250938385886c54491bd3749810f4d4dc98190 Mon Sep 17 00:00:00 2001 From: Aveen Ismail Date: Fri, 6 Sep 2024 09:31:47 +0200 Subject: [PATCH] Update changelog --- CHANGELOG | 1 + debian/changelog | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index f472cbc3..facbc769 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,7 @@ lib: shell: pkcs11: Add support for asymmetric wrap pkcs11: Add support for PKCS11 3.0 +cmd: Fix opening a session using credentials stored on a YubiKey build: Always compile with YubiHSM Auth enabled === Version 2.5.0 diff --git a/debian/changelog b/debian/changelog index 62964255..bd96fab1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ yubihsm-shell (2.6.0) unstable; urgency=medium * lib: shell: pkcs11: Add support for asymmetric wrap * pkcs11: Add support for PKCS11 3.0 + * cmd: Fix opening a session using credentials stored on a YubiKey * build: Always compile with YubiHSM Auth enabled -- Aveen Ismail Thu, 8 Aug 2024 16:08:45 +0100