Skip to content

Commit 7b19be1

Browse files
authored
Release 4.2.0 (#91)
* Release 4.2.0
1 parent deaed8b commit 7b19be1

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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.

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.1.0'
54+
pod 'YubiKit', '~> 4.2.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.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'

0 commit comments

Comments
 (0)