Skip to content

Commit 3cf038b

Browse files
author
Ruben Nine
committed
Preparing for 2.3.1 release.
1 parent 58df177 commit 3cf038b

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Log
22
==========
33

4+
Version 2.3.1 *(2020-07-09)*
5+
----------------------------
6+
- Cancelling an upload is now also reflected on its associated `progress` object.
7+
- Fixed a possible race condition when cancelling an upload operation right after it started.
8+
49
Version 2.3 *(2020-07-08)*
510
----------------------------
611

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ platform :ios, '11.0'
3434
use_frameworks!
3535

3636
target '<Your Target Name>' do
37-
pod 'FilestackSDK', '~> 2.3'
37+
pod 'FilestackSDK', '~> 2.3.1'
3838
end
3939
```
4040

@@ -57,7 +57,7 @@ $ brew install carthage
5757

5858
To integrate FilestackSDK into your Xcode project using Carthage, specify it in your `Cartfile`:
5959

60-
`github "filestack/filestack-swift" ~> 2.3`
60+
`github "filestack/filestack-swift" ~> 2.3.1`
6161

6262
Run `carthage update` to build the framework and drag the built `FilestackSDK.framework` into your Xcode project. Additionally, add `Alamofire.framework` to the embedded frameworks build phase of your app's target.
6363

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3
1+
2.3.1

0 commit comments

Comments
 (0)