Skip to content

Commit

Permalink
Preparing for 2.6.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
rnine committed Feb 3, 2021
1 parent e8c59cd commit 1fef475
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ platform :ios, '11.0'
use_frameworks!

target '<Your Target Name>' do
pod 'FilestackSDK', '~> 2.6.1'
pod 'FilestackSDK', '~> 2.6.2'
end
```

Expand All @@ -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.

Expand All @@ -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"))
]
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.1
2.6.2

0 comments on commit 1fef475

Please sign in to comment.