diff --git a/CHANGELOG.md b/CHANGELOG.md index 193d788..59a0acf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ 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) +## [29.7.1] - 2024-02-05 + +### Fixed + +- Fixed SDK packaging that could lead to problems with SDK upgrade + ## [29.7.0] - 2024-01-18 ### Changed diff --git a/Package.swift b/Package.swift index 4737a34..f6139d9 100644 --- a/Package.swift +++ b/Package.swift @@ -17,8 +17,8 @@ let package = Package( .binaryTarget( name: "Onfido", - url: "https://s3-eu-west-1.amazonaws.com/onfido-sdks/ios/Onfido-v29.7.0.zip", - checksum: "c7fae2de66ed5647fcdb05f9fe42332c2892d4955612ef2e61cd25dbc96087c1" + url: "https://s3-eu-west-1.amazonaws.com/onfido-sdks/ios/Onfido-v29.7.1.zip", + checksum: "1916b502601adcde0bc46a65303051ceb4ffcb9f6b0eb97c1eb4990c0a8127a6" ), diff --git a/SampleApp/Podfile b/SampleApp/Podfile index 97dcbad..ea3778d 100644 --- a/SampleApp/Podfile +++ b/SampleApp/Podfile @@ -4,7 +4,7 @@ def setup_shared_pods use_frameworks! inhibit_all_warnings! - pod 'Onfido', '29.7.0' + pod 'Onfido', '29.7.1' end target 'SampleApp' do diff --git a/SampleAppObjC/Podfile b/SampleAppObjC/Podfile index 6682481..34ca709 100644 --- a/SampleAppObjC/Podfile +++ b/SampleAppObjC/Podfile @@ -4,7 +4,7 @@ def setup_shared_pods use_frameworks! inhibit_all_warnings! - pod 'Onfido', '29.7.0' + pod 'Onfido', '29.7.1' end target 'SampleAppObjC' do