diff --git a/CHANGELOG.md b/CHANGELOG.md index 13637bc..d12f82e 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) +## [26.1.1] - 2022-10-20 + +### Fixed + +- Public: Fixed crash on devices without the ability to use pixel binning + ## [26.1.0] - 2022-09-30 ### Added diff --git a/Package.swift b/Package.swift index 97e7811..dcb4024 100644 --- a/Package.swift +++ b/Package.swift @@ -17,8 +17,8 @@ let package = Package( targets: [ .binaryTarget( name: "Onfido", - url: "https://s3-eu-west-1.amazonaws.com/onfido-sdks/ios/Onfido-v26.1.0.zip", - checksum: "a43a2c3120b7958ed2ed3a7570b6b8ef31abd6af78e0100c7e21dc02a7fce077" + url: "https://s3-eu-west-1.amazonaws.com/onfido-sdks/ios/Onfido-v26.1.1.zip", + checksum: "05928dec0c3c15b656e51f67c2a2f82e543b37865c5d3b16a2f467f657b54bf6" ) ] ) diff --git a/README.md b/README.md index 0b6a999..bd4c51c 100644 --- a/README.md +++ b/README.md @@ -1247,8 +1247,8 @@ Check the following before you go live: | User iOS Version | SDK Size Impact (MB) | |------------------|-----------------------------------| -| 12.2 and above | 6.421| -| Below 12.2 | up to 6.421* or up to 15.779**| +| 12.2 and above | 6.422| +| Below 12.2 | up to 6.422* or up to 15.78**| **\*** If the application is in Swift but doesn't include any Swift libraries that Onfido iOS SDK requires diff --git a/SampleApp/Podfile b/SampleApp/Podfile index 876babb..9026412 100644 --- a/SampleApp/Podfile +++ b/SampleApp/Podfile @@ -4,7 +4,7 @@ def setup_shared_pods use_frameworks! inhibit_all_warnings! - pod 'Onfido', '26.1.0' + pod 'Onfido', '26.1.1' end target 'SampleApp' do diff --git a/SampleAppObjC/Podfile b/SampleAppObjC/Podfile index 11ed26a..ab854fb 100644 --- a/SampleAppObjC/Podfile +++ b/SampleAppObjC/Podfile @@ -4,7 +4,7 @@ def setup_shared_pods use_frameworks! inhibit_all_warnings! - pod 'Onfido', '26.1.0' + pod 'Onfido', '26.1.1' end target 'SampleAppObjC' do