Skip to content

Commit ff92fba

Browse files
committed
Preparing for 2.3.2 release.
1 parent ad2eb2c commit ff92fba

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

4+
Version 2.3.2 *(2020-07-30)*
5+
----------------------------
6+
- Fixed transforms using the wrong base URL resulting in 404 responses.
7+
48
Version 2.3.1 *(2020-07-09)*
59
----------------------------
610
- Cancelling an upload is now also reflected on its associated `progress` object.

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.1'
37+
pod 'FilestackSDK', '~> 2.3.2'
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.1`
60+
`github "filestack/filestack-swift" ~> 2.3.2`
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
1+
2.3.2

0 commit comments

Comments
 (0)