Skip to content

Commit

Permalink
Version 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adimiz1 committed Sep 17, 2024
1 parent a0bd794 commit 215ea1d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
5.1.0 / 2024-09-17
==================

New functionality
-----------------
* Add video transcode
* Add auto_chaptering and auto_transcription to Upload API

5.0.0 / 2024-04-14
==================

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 = '5.0.0'
s.version = '5.1.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 = "5.0.0"
static let DEFAULT_VERSION = "5.1.0"

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

0 comments on commit 215ea1d

Please sign in to comment.