Skip to content

Commit 11f859b

Browse files
committed
Version 5.2.3
1 parent fd3e2ea commit 11f859b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
5.2.3 / 2025-08-12
2+
==================
3+
4+
Other Changes
5+
-------------
6+
* Add video analytics duration event
7+
* Add flush events support to video analytics
8+
19
5.2.2 / 2025-07-30
210
==================
311

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 = '5.2.2'
11+
s.version = '5.2.3'
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
@@ -27,7 +27,7 @@ import UIKit
2727

2828
internal class CLDNetworkCoordinator: NSObject {
2929

30-
static let DEFAULT_VERSION = "5.2.2"
30+
static let DEFAULT_VERSION = "5.2.3"
3131

3232
fileprivate struct CLDNetworkCoordinatorConsts {
3333
static let BASE_CLOUDINARY_URL = "https://api.cloudinary.com"

0 commit comments

Comments
 (0)