From 0833661b2d904c664b25c233cfaf4e51f4c6b896 Mon Sep 17 00:00:00 2001 From: Jens Utbult Date: Mon, 25 Mar 2024 09:54:47 +0100 Subject: [PATCH 1/2] Changelog and updates for 4.5. --- Changelog.md | 7 +++++++ README.md | 2 +- YubiKit.podspec | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index ea60411a..93d817e6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,12 @@ # YubiKit Changelog +## 4.5.0 + +- Removed deprecated PCSCLayer. +- Fixes bug in OATH identifier parsing. +- Fixes bug where signWithKeyInSlot in YKFPIVSession could call its completion twice. +- Updated device support list with new iPhone models. + ## 4.4.0 - Added support for storing and reading compressed PIV certificates. diff --git a/README.md b/README.md index c5d77282..eca40ab2 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.4.0' +pod 'YubiKit', '~> 4.5.0' ``` If you want to have latest changes, replace the last line with: diff --git a/YubiKit.podspec b/YubiKit.podspec index ddbdc9a1..071bda9d 100644 --- a/YubiKit.podspec +++ b/YubiKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'YubiKit' - s.version = '4.4.0' + s.version = '4.5.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' From 4048d6eecc852ad3262cb51b28e341974debb223 Mon Sep 17 00:00:00 2001 From: Jens Utbult Date: Mon, 25 Mar 2024 10:04:43 +0100 Subject: [PATCH 2/2] Changed version to 4.4.1. --- Changelog.md | 2 +- README.md | 2 +- YubiKit.podspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 93d817e6..324bc4f2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,6 @@ # YubiKit Changelog -## 4.5.0 +## 4.4.1 - Removed deprecated PCSCLayer. - Fixes bug in OATH identifier parsing. diff --git a/README.md b/README.md index eca40ab2..3035116a 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.4.1' ``` If you want to have latest changes, replace the last line with: diff --git a/YubiKit.podspec b/YubiKit.podspec index 071bda9d..bb7eba7e 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.4.1' 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'