diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f2fa35..6744fe8 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Unreleased ### Fixed +## 1.1.1 - 2022-12-27 +- Fixed a crash happening when presentign the scanner from a backgroudn threat ## 1.1.0 - 2021-11-08 - Added the ability to migrate from IRLDocumentScanner diff --git a/IRLPDFScanContent.podspec b/IRLPDFScanContent.podspec index 6a3d145..3e79981 100644 --- a/IRLPDFScanContent.podspec +++ b/IRLPDFScanContent.podspec @@ -7,7 +7,7 @@ ## Pod::Spec.new do |s| s.name = 'IRLPDFScanContent' - s.version = '1.1.0' + s.version = '1.1.1' s.license = { :type => 'MIT', :file => 'LICENSE' }