Skip to content

Commit

Permalink
Version 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adimiz1 committed Dec 25, 2023
1 parent bf95bfd commit 384a240
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
4.3.0 / 2023-12-25
==================
Other Changes
-------------
* Add video player analytics

4.2.0 / 2023-10-12
==================
Other Changes
-------------
* Update analytics token


4.1.1 / 2023-09-18
==================
Other Changes
Expand Down
2 changes: 1 addition & 1 deletion Cloudinary.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'Cloudinary'
s.version = '4.2.0'
s.version = '4.3.0'
s.summary = "Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline."

s.description = <<-DESC
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import UIKit

internal class CLDNetworkCoordinator: NSObject {

static let DEFAULT_VERSION = "4.2.0"
static let DEFAULT_VERSION = "4.3.0"

fileprivate struct CLDNetworkCoordinatorConsts {
static let BASE_CLOUDINARY_URL = "https://api.cloudinary.com"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For the complete documentation, see the [iOS SDK Guide](https://cloudinary.com/d
| SDK Version | iOS 9+ | iOS 8 |
|----------------|-----------|-----------|
| 2.0.0 - 2.10.1 | V | V |
| 3.0.0 - 4.2.0 | V | X |
| 3.0.0 - 4.3.0 | V | X |

## Installation
### CocoaPods
Expand Down

0 comments on commit 384a240

Please sign in to comment.