From 800617e5cb9b43a7e80fc270227ac9e8581ee45c Mon Sep 17 00:00:00 2001 From: Jens Utbult Date: Tue, 25 Jun 2024 14:44:39 +0200 Subject: [PATCH] Prepare for 4.6 release. --- Changelog.md | 14 ++++++++++++++ README.md | 2 +- YubiKit.podspec | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 983f7490..616944d7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,19 @@ # YubiKit Changelog +## 4.6.0 + +In this version support for the YubiKey Bio - Multi-protocol Edition and partial support for the new 5.7 firmware has been added. + +- Device Reset for Bio multi-protocol YubiKeys. +- Get bio metadata in YKFPIVSession. +- Bio YubiKey fingerprint authentication for YKFPIVSession. +- Support for moving and deleting keys in YKFPIVSession. +- Read NFC restricted status in YKFManagementSession. +- PIN complexity added to YKFManagementSession. +- FPS and STM version is now parsed in YKFManagementSession. +- Support for RSA3072 and RSA4096 keys added to YKFPIVSession. +- Fixes issue where stopAccessoryConnection() would fail if no YubiKey was inserted when called. + ## 4.5.0 - Add support for sending and returning raw commands to the `YKFConnectionProtocol`. diff --git a/README.md b/README.md index eca40ab2..920095bb 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Add YubiKit to your [Podfile](https://guides.cocoapods.org/using/the-podfile.htm ```ruby use_frameworks! -pod 'YubiKit', '~> 4.5.0' +pod 'YubiKit', '~> 4.6.0' ``` If you want to have latest changes, replace the last line with: diff --git a/YubiKit.podspec b/YubiKit.podspec index 071bda9d..2ba79e92 100644 --- a/YubiKit.podspec +++ b/YubiKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'YubiKit' - s.version = '4.5.0' + s.version = '4.6.0' s.license = 'Apache 2.0' s.summary = 'YubiKit is an iOS library provided by Yubico to interact with YubiKeys on iOS devices.' s.homepage = 'https://github.com/Yubico/yubikit-ios'