From 38739b07f19bb8f614a4176753d359d1cd2a8612 Mon Sep 17 00:00:00 2001 From: Ruben Nine Date: Wed, 17 Feb 2021 13:52:11 +0100 Subject: [PATCH] Preparing for 2.7.1 release. --- CHANGELOG.md | 5 +++++ README.md | 6 +++--- VERSION | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b0543aa..c80cd7e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Change Log ========== +Version 2.7.1 *(2021-02-17)* +---------------------------- + +- Added synchronized access to add, remove and cancel thumbnail requests originating from cloud sources in picker to prevent race conditions. + Version 2.7.0 *(2021-02-15)* ---------------------------- diff --git a/README.md b/README.md index d816d2a1..edef5c02 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ platform :ios, '11.0' use_frameworks! target '' do - pod 'Filestack', '~> 2.7.0' + pod 'Filestack', '~> 2.7.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.7.0` +`github "filestack/filestack-ios" ~> 2.7.1` 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.0")) + .package(name: "Filestack", url: "https://github.com/filestack/filestack-ios.git", .upToNextMajor(from: "2.7.1")) ] ``` diff --git a/VERSION b/VERSION index 24ba9a38..860487ca 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.7.0 +2.7.1