From 7ceccd52783e5df108ac447b6aa759f964d0c042 Mon Sep 17 00:00:00 2001 From: Ruben Nine Date: Mon, 20 Sep 2021 12:42:56 +0200 Subject: [PATCH] Preparing for 2.8.1 release. --- CHANGELOG.md | 4 ++++ README.md | 6 +++--- VERSION | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 254c302..f3303ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Change Log ========== +Version 2.8.1 *(2021-09-20)* +---------------------------- +- Ensure legacy native picker's completion block is called when picker behavior is set to `.store`. + Version 2.8.0 *(2021-08-06)* ---------------------------- - It is now possible for SDK users to implement their own picker sources programmatically. Please refer to diff --git a/README.md b/README.md index 493f0ce..942280e 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ platform :ios, '11.0' use_frameworks! target '' do - pod 'Filestack', '~> 2.8.0' + pod 'Filestack', '~> 2.8.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.8.0` +`github "filestack/filestack-ios" ~> 2.8.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.8.0")) + .package(name: "Filestack", url: "https://github.com/filestack/filestack-ios.git", .upToNextMajor(from: "2.8.1")) ] ``` diff --git a/VERSION b/VERSION index 834f262..dbe5900 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.8.0 +2.8.1