diff --git a/CHANGELOG.md b/CHANGELOG.md index ac57d66..0fcc7eb 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) +## [30.6.1] - 2024-09-26 + +### Fixed + +- Added type, issuing country and side metadata to document video uploads + ## [30.6.0] - 2024-08-29 ### Added diff --git a/Package.swift b/Package.swift index 4cecf78..0d35093 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-v30.6.0.zip", - checksum: "1e10da73a2dcf05f0bcd1099118b09bdbf79c63b5f33edac7d85e6c8176f7ccf" + url: "https://s3-eu-west-1.amazonaws.com/onfido-sdks/ios/Onfido-v30.6.1.zip", + checksum: "59bb7003e4aead43613bea01171e507537e528870e44fa2582a07b3ed3553fca" ), diff --git a/SampleApp/Podfile b/SampleApp/Podfile index f790b72..16927d3 100644 --- a/SampleApp/Podfile +++ b/SampleApp/Podfile @@ -4,7 +4,7 @@ def setup_shared_pods use_frameworks! inhibit_all_warnings! - pod 'Onfido', '30.6.0' + pod 'Onfido', '30.6.1' end target 'SampleApp' do diff --git a/SampleAppObjC/Podfile b/SampleAppObjC/Podfile index 8ace4b7..14da678 100644 --- a/SampleAppObjC/Podfile +++ b/SampleAppObjC/Podfile @@ -4,7 +4,7 @@ def setup_shared_pods use_frameworks! inhibit_all_warnings! - pod 'Onfido', '30.6.0' + pod 'Onfido', '30.6.1' end target 'SampleAppObjC' do