From 1fef475f23ccf3cf6f71bf023ef3106c388dd49d Mon Sep 17 00:00:00 2001 From: Ruben Nine Date: Wed, 3 Feb 2021 16:14:11 +0100 Subject: [PATCH] Preparing for 2.6.2 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 7e06cc4..4c31689 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Change Log ========== +Version 2.6.2 *(2021-02-03)* +---------------------------- +- Fixed `MetadataOptions`, `PolicyCall`, and `TransformPosition` options visibility. + Version 2.6.1 *(2021-02-03)* ---------------------------- - Removed Objective-C code dependency. diff --git a/README.md b/README.md index e1f4db5..6c65815 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ platform :ios, '11.0' use_frameworks! target '' do - pod 'FilestackSDK', '~> 2.6.1' + pod 'FilestackSDK', '~> 2.6.2' end ``` @@ -57,7 +57,7 @@ $ brew install carthage To integrate FilestackSDK into your Xcode project using Carthage, specify it in your `Cartfile`: -`github "filestack/filestack-swift" ~> 2.6.1` +`github "filestack/filestack-swift" ~> 2.6.2` Run `carthage update` to build the framework and drag the built `FilestackSDK.framework` into your Xcode project. @@ -69,7 +69,7 @@ Alternatively, if you are adding `FilestackSDK` to your own Swift Package, decla ```swift dependencies: [ - .package(url: "https://github.com/filestack/filestack-swift.git", .upToNextMajor(from: "2.6.1")) + .package(url: "https://github.com/filestack/filestack-swift.git", .upToNextMajor(from: "2.6.2")) ] ``` diff --git a/VERSION b/VERSION index 6a6a3d8..097a15a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.6.1 +2.6.2