diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c7ddd7..96fdd29 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.8.1] - 2024-03-21 + +### Fixed + +- Fixed regression from 29.7.1 where in cases that Video capture should be restarted the same capture was instead continued, leading to videos that were too long and with the audio out of sync + ## [29.8.0] - 2024-02-08 ### Added diff --git a/Package.swift b/Package.swift index 97ba26c..46f2b29 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.8.0.zip", - checksum: "72040b810eba10024cb8203181f31e793bf29d6408e97db92a52b3f0b11a976c" + url: "https://s3-eu-west-1.amazonaws.com/onfido-sdks/ios/Onfido-v29.8.1.zip", + checksum: "dd26878d86744a7440d66a588bfe7f2fa7233a7c0c4cc23469ee1a7322b880b1" ), diff --git a/SampleApp/Podfile b/SampleApp/Podfile index f178dd6..8a93d20 100644 --- a/SampleApp/Podfile +++ b/SampleApp/Podfile @@ -4,7 +4,7 @@ def setup_shared_pods use_frameworks! inhibit_all_warnings! - pod 'Onfido', '29.8.0' + pod 'Onfido', '29.8.1' end target 'SampleApp' do diff --git a/SampleAppObjC/Podfile b/SampleAppObjC/Podfile index 46b0cb4..9d65d76 100644 --- a/SampleAppObjC/Podfile +++ b/SampleAppObjC/Podfile @@ -4,7 +4,7 @@ def setup_shared_pods use_frameworks! inhibit_all_warnings! - pod 'Onfido', '29.8.0' + pod 'Onfido', '29.8.1' end target 'SampleAppObjC' do