File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# YubiKit Changelog
2
2
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
+
3
9
## 4.3.0
4
10
5
11
- Added USC-C support on iPads running iPadOS 16 using TKSmartCard.
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Add YubiKit to your [Podfile](https://guides.cocoapods.org/using/the-podfile.htm
51
51
``` ruby
52
52
use_frameworks!
53
53
54
- pod ' YubiKit' , ' ~> 4.3 .0'
54
+ pod ' YubiKit' , ' ~> 4.4 .0'
55
55
56
56
```
57
57
If you want to have latest changes, replace the last line with:
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'YubiKit'
3
- s . version = '4.3 .0'
3
+ s . version = '4.4 .0'
4
4
s . license = 'Apache 2.0'
5
5
s . summary = 'YubiKit is an iOS library provided by Yubico to interact with YubiKeys on iOS devices.'
6
6
s . homepage = 'https://github.com/Yubico/yubikit-ios'
You can’t perform that action at this time.
0 commit comments