diff --git a/CHANGELOG.md b/CHANGELOG.md index c3828e2..fb4dff5 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.9.1] - 2024-04-05 + +### Fixed + +- Fixed an issue where document video capture would not be uploaded with photo + ## [29.9.0] - 2024-03-21 ### Added diff --git a/Package.swift b/Package.swift index e61c35e..cb4c51b 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.9.0.zip", - checksum: "ac0b5c0c284ace8e2ade9d85593b6490b5ea6d3c98df1793259aa89378056d15" + url: "https://s3-eu-west-1.amazonaws.com/onfido-sdks/ios/Onfido-v29.9.1.zip", + checksum: "2afbefc3bec8a1d09fc4264ac5117c4c406e05dc1d9862d648fd704edec113b7" ), diff --git a/SampleApp/Podfile b/SampleApp/Podfile index 302f243..301f59a 100644 --- a/SampleApp/Podfile +++ b/SampleApp/Podfile @@ -4,7 +4,7 @@ def setup_shared_pods use_frameworks! inhibit_all_warnings! - pod 'Onfido', '29.9.0' + pod 'Onfido', '29.9.1' end target 'SampleApp' do diff --git a/SampleAppObjC/Podfile b/SampleAppObjC/Podfile index f1bb986..f28fec0 100644 --- a/SampleAppObjC/Podfile +++ b/SampleAppObjC/Podfile @@ -4,7 +4,7 @@ def setup_shared_pods use_frameworks! inhibit_all_warnings! - pod 'Onfido', '29.9.0' + pod 'Onfido', '29.9.1' end target 'SampleAppObjC' do