Skip to content

Commit

Permalink
Release 4.2.0 (#91)
Browse files Browse the repository at this point in the history
* Release 4.2.0
  • Loading branch information
jensutbult authored Mar 14, 2022
1 parent deaed8b commit 7b19be1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# YubiKit Changelog

## 4.2.0

- Fixed calculation of non-truncated HMAC signatures in OATH.
- Fixed crash on iOS 15 when scanning OTP over NFC.
- CoreNFC specified as weak framework fixing crash on devices not supporting NFC.
- Fixed broken header file imports for static compiled libraries.
- Bug fixes for PIN handling in FIDO2.
- Replaced TKBERTLVRecord from CryptoTokenKit with own BERTLV implementation. This fixes issues on older iOS versions.

## 4.1.0

- Optional timestamp parameter added to OATH calculate and calculateAll methods.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Add YubiKit to your [Podfile](https://guides.cocoapods.org/using/the-podfile.htm
```ruby
use_frameworks!

pod 'YubiKit', '~> 4.1.0'
pod 'YubiKit', '~> 4.2.0'

```
If you want to have latest changes, replace the last line with:
Expand Down
2 changes: 1 addition & 1 deletion YubiKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'YubiKit'
s.version = '4.1.0'
s.version = '4.2.0'
s.license = 'Apache 2.0'
s.summary = 'YubiKit is an iOS library provided by Yubico to interact with YubiKeys on iOS devices.'
s.homepage = 'https://github.com/Yubico/yubikit-ios'
Expand Down

0 comments on commit 7b19be1

Please sign in to comment.