diff --git a/CHANGELOG.md b/CHANGELOG.md index 566803f1..7dddca16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Change Log ========== +Version 2.3.1 (2020-07-30) +---------------------------- + +- Bugfix: Ensure `cloudSourceAllowedUTIs` is set when using `Config.builder`. +- Added `with(cloudThumbnailCachePolicy: URLRequest.CachePolicy)` support to `Config.builder`. + Version 2.3 (2020-07-09) ---------------------------- diff --git a/README.md b/README.md index 0eabe659..102d899e 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ platform :ios, '11.0' use_frameworks! target '' do - pod 'Filestack', '~> 2.3' + pod 'Filestack', '~> 2.3.1' end ``` @@ -52,7 +52,7 @@ $ brew install carthage To integrate Filestack into your Xcode project using Carthage, specify it in your `Cartfile`: -`github "filestack/filestack-ios" ~> 2.3` +`github "filestack/filestack-ios" ~> 2.3.1` Run `carthage update` to build the framework and drag the built `Filestack.framework` into your Xcode project. Additionally, add `Filestack.framework`, `FilestackSDK.framework`, `Alamofire.framework`, and `ZipArchive.framework` to the embedded frameworks build phase of your app's target. diff --git a/VERSION b/VERSION index bb576dbd..2bf1c1cc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3 +2.3.1