File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# YubiKit Changelog
2
2
3
+
4
+ ## 4.7.0
5
+
6
+ - Support for SCP03 and SCP11b secure channel protocols
7
+ - Added support for FIDO2 PIN protocol version 2
8
+ - getInfo() in FIDO2 sessions now returns minimum PIN length and supported PIN protocols
9
+ - Fixed an OATH credential bug where a : could be erroneously appended to the credential name
10
+ - Fixed an issue where NFCConnection could return both a nil session and a nil error
11
+ - Fixed a crash in the OATH URL parser when handling an empty path
12
+
3
13
## 4.6.0
4
14
5
15
In this version support for the YubiKey Bio - Multi-protocol Edition and partial support for the new 5.7 firmware has been added.
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.6 .0'
54
+ pod ' YubiKit' , ' ~> 4.7 .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.6 .0'
3
+ s . version = '4.7 .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