Skip to content

Commit

Permalink
Merge pull request #395 from onfido/release/30.0.1
Browse files Browse the repository at this point in the history
Release 30.0.1
  • Loading branch information
bckr authored Apr 29, 2024
2 parents 50ee0dc + 3ec985e commit d673359
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

**Note**: If the strings translations change it will result in a MINOR version change, therefore you are responsible for testing your translated layout in case you are using custom translations. [More on language localisation](README.md#language-customisation)

## [30.0.1] - 2024-04-26

### Fixed

- Added missing privacy manifest and descriptions for required reason APIs
- Fixed crash while using Objective-C API

## [30.0.0] - 2024-04-12

### Added
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ let package = Package(

.binaryTarget(
name: "Onfido",
url: "https://s3-eu-west-1.amazonaws.com/onfido-sdks/ios/Onfido-v30.0.0.zip",
checksum: "6a4f9f6ea755bb8c66aecd2835fc61458fcf2c363bfcad4d313ad61f05b807de"
url: "https://s3-eu-west-1.amazonaws.com/onfido-sdks/ios/Onfido-v30.0.1.zip",
checksum: "445076f647e892168af0617345f2621ed7c6d60e17e580561cf36272aba393d9"
),


Expand Down
2 changes: 1 addition & 1 deletion SampleApp/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ def setup_shared_pods
use_frameworks!
inhibit_all_warnings!

pod 'Onfido', '30.0.0'
pod 'Onfido', '30.0.1'
end

target 'SampleApp' do
Expand Down
2 changes: 1 addition & 1 deletion SampleAppObjC/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ def setup_shared_pods
use_frameworks!
inhibit_all_warnings!

pod 'Onfido', '30.0.0'
pod 'Onfido', '30.0.1'
end

target 'SampleAppObjC' do
Expand Down

0 comments on commit d673359

Please sign in to comment.