Skip to content

Commit a5a535a

Browse files
committed
Version 4.6
1 parent 70ac4d1 commit a5a535a

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

Changelog.md

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

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+
313
## 4.6.0
414

515
In this version support for the YubiKey Bio - Multi-protocol Edition and partial support for the new 5.7 firmware has been added.

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.6.0'
54+
pod 'YubiKit', '~> 4.7.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.6.0'
3+
s.version = '4.7.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)