Skip to content

Commit ae4bb0c

Browse files
Version 3.1.0
1 parent 24e2ae7 commit ae4bb0c

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11

2+
3.1.0 / 2021-12-03
3+
==================
4+
5+
New functionality
6+
-----------------
7+
* Add support for `backgroundRemoval` upload parameter
8+
9+
Other changes
10+
-------------
11+
* Fix `Carthage`
12+
213
3.0.3 / 2021-11-14
314
==================
415

Cloudinary.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'Cloudinary'
11-
s.version = '3.0.3'
11+
s.version = '3.1.0'
1212
s.summary = "Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline."
1313

1414
s.description = <<-DESC

Cloudinary/Classes/Core/Network/CLDNetworkCoordinator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ internal class CLDNetworkCoordinator: NSObject {
2929

3030
fileprivate struct CLDNetworkCoordinatorConsts {
3131
static let BASE_CLOUDINARY_URL = "https://api.cloudinary.com"
32-
static let DEFAULT_VERSION = "3.0.3"
32+
static let DEFAULT_VERSION = "3.1.0"
3333

3434
static let API_KEY = "api_key"
3535
}

0 commit comments

Comments
 (0)