File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11# YubiKit Changelog
22
3+ ## 4.2.0
4+
5+ - Fixed calculation of non-truncated HMAC signatures in OATH.
6+ - Fixed crash on iOS 15 when scanning OTP over NFC.
7+ - CoreNFC specified as weak framework fixing crash on devices not supporting NFC.
8+ - Fixed broken header file imports for static compiled libraries.
9+ - Bug fixes for PIN handling in FIDO2.
10+ - Replaced TKBERTLVRecord from CryptoTokenKit with own BERTLV implementation. This fixes issues on older iOS versions.
11+
312## 4.1.0
413
514- Optional timestamp parameter added to OATH calculate and calculateAll methods.
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
5151``` ruby
5252use_frameworks!
5353
54- pod ' YubiKit' , ' ~> 4.1 .0'
54+ pod ' YubiKit' , ' ~> 4.2 .0'
5555
5656```
5757If you want to have latest changes, replace the last line with:
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'YubiKit'
3- s . version = '4.1 .0'
3+ s . version = '4.2 .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'
You can’t perform that action at this time.
0 commit comments