diff --git a/CHANGELOG.md b/CHANGELOG.md index cc9621ff..67a5d67f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cloudinary.podspec b/Cloudinary.podspec index c4574009..5b08ee6f 100644 --- a/Cloudinary.podspec +++ b/Cloudinary.podspec @@ -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 diff --git a/Cloudinary/Classes/Core/Network/CLDNetworkCoordinator.swift b/Cloudinary/Classes/Core/Network/CLDNetworkCoordinator.swift index 753590e8..444c815f 100644 --- a/Cloudinary/Classes/Core/Network/CLDNetworkCoordinator.swift +++ b/Cloudinary/Classes/Core/Network/CLDNetworkCoordinator.swift @@ -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" diff --git a/README.md b/README.md index a98c172b..6bf1dc97 100755 --- a/README.md +++ b/README.md @@ -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