diff --git a/CHANGELOG.md b/CHANGELOG.md index c80cd7e..d6da8d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Change Log ========== +Version 2.7.2 *(2021-05-03)* +---------------------------- + +- [Hotfix] Ensuring Minimum Deployment Target compatibility with iOS 11 (only relevant for CocoaPod users.) + Version 2.7.1 *(2021-02-17)* ---------------------------- @@ -183,7 +188,7 @@ Version 1.2 *(2017-12-19)* Version 1.1 *(2017-12-04)* ---------------------------- -- Adding support for uploading files picked using Apple's document picker either programmatically or using our provided picker. +- Added support for uploading files picked using Apple's document picker either programmatically or using our provided picker. Version 1.0 *(2017-11-23)* ---------------------------- diff --git a/README.md b/README.md index edef5c0..2d82eb6 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ platform :ios, '11.0' use_frameworks! target '' do - pod 'Filestack', '~> 2.7.1' + pod 'Filestack', '~> 2.7.2' 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.7.1` +`github "filestack/filestack-ios" ~> 2.7.2` Run `carthage update` to build the framework and drag the built `Filestack.framework` into your Xcode project. Additionally, add `Filestack.framework`, `FilestackSDK.framework`, and `ZIPFoundation.framework` to the embedded frameworks build phase of your app's target. @@ -64,7 +64,7 @@ Alternatively, if you are adding `Filestack` to your own Swift Package, declare ```swift dependencies: [ - .package(name: "Filestack", url: "https://github.com/filestack/filestack-ios.git", .upToNextMajor(from: "2.7.1")) + .package(name: "Filestack", url: "https://github.com/filestack/filestack-ios.git", .upToNextMajor(from: "2.7.2")) ] ``` diff --git a/VERSION b/VERSION index 860487c..37c2961 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.7.1 +2.7.2