Skip to content

Commit 02403a2

Browse files
authored
Updated changelog and prepare for 4.4.0. (#132)
1 parent a25b8b3 commit 02403a2

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# YubiKit Changelog
22

3+
## 4.4.0
4+
5+
- Added support for storing and reading compressed PIV certificates.
6+
- Fixes bug in error handling in getCertificateInSlot() in the YKFPIVSession.
7+
- Fixed missing iOS devices.
8+
39
## 4.3.0
410

511
- Added USC-C support on iPads running iPadOS 16 using TKSmartCard.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Add YubiKit to your [Podfile](https://guides.cocoapods.org/using/the-podfile.htm
5151
```ruby
5252
use_frameworks!
5353

54-
pod 'YubiKit', '~> 4.3.0'
54+
pod 'YubiKit', '~> 4.4.0'
5555

5656
```
5757
If you want to have latest changes, replace the last line with:

YubiKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'YubiKit'
3-
s.version = '4.3.0'
3+
s.version = '4.4.0'
44
s.license = 'Apache 2.0'
55
s.summary = 'YubiKit is an iOS library provided by Yubico to interact with YubiKeys on iOS devices.'
66
s.homepage = 'https://github.com/Yubico/yubikit-ios'

0 commit comments

Comments
 (0)