Skip to content

Commit

Permalink
Merge branch 'jens/yubikit-4.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
jensutbult committed Mar 25, 2024
2 parents c043867 + 4048d6e commit 178fba5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# YubiKit Changelog

## 4.4.1

- Removed deprecated PCSCLayer.
- Fixes bug in OATH identifier parsing.
- Fixes bug where signWithKeyInSlot in YKFPIVSession could call its completion twice.
- Updated device support list with new iPhone models.

## 4.4.0

- Added support for storing and reading compressed PIV certificates.
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.4.0'
pod 'YubiKit', '~> 4.4.1'

```
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.4.0'
s.version = '4.4.1'
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 178fba5

Please sign in to comment.