From a76a3a9a900582fd9565fdc60e782056e0b88994 Mon Sep 17 00:00:00 2001 From: SethK Date: Wed, 24 Apr 2024 11:35:54 +0530 Subject: [PATCH] Preparing for 2.8.6 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 9e3e852..bbdec5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Change Log ========== +Version 2.8.6 *(2024-04-24)* +---------------------------- + +- registeredTypeIdentifiers updated as first prevent to upload .low files for iOS 17 + Version 2.8.5 *(2021-11-03)* ---------------------------- diff --git a/README.md b/README.md index 5b1c0cd..dcf8001 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ platform :ios, '11.0' use_frameworks! target '' do - pod 'Filestack', '~> 2.8.5' + pod 'Filestack', '~> 2.8.6' 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.5` +`github "filestack/filestack-ios" ~> 2.8.6` 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.5")) + .package(name: "Filestack", url: "https://github.com/filestack/filestack-ios.git", .upToNextMajor(from: "2.8.6")) ] ``` diff --git a/VERSION b/VERSION index 766d708..e43686a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.8.5 +2.8.6