From 35268523c781037098e4b3c896a91dd0638c20a2 Mon Sep 17 00:00:00 2001 From: Ruben Nine Date: Fri, 15 Oct 2021 13:03:30 +0200 Subject: [PATCH] Preparing for 2.8.3 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 f653903..98c1e90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Change Log ========== +Version 2.8.3 *(2021-10-15)* +---------------------------- +- Added `pickerWasDismissed(picker:)` to `PickerNavigationControllerDelegate` protocol. + Version 2.8.2 *(2021-10-04)* ---------------------------- - [Hotfix] Allow built-in image editor to be presented when running iOS 14 or later. diff --git a/README.md b/README.md index c4dd2b2..0ccd756 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ platform :ios, '11.0' use_frameworks! target '' do - pod 'Filestack', '~> 2.8.2' + pod 'Filestack', '~> 2.8.3' 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.2` +`github "filestack/filestack-ios" ~> 2.8.3` 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.2")) + .package(name: "Filestack", url: "https://github.com/filestack/filestack-ios.git", .upToNextMajor(from: "2.8.3")) ] ``` diff --git a/VERSION b/VERSION index 1817afe..9f8d8a9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.8.2 +2.8.3