Skip to content

Commit 77c3131

Browse files
author
cloudinary-bot
committed
Version 2.14.0
1 parent e3f018e commit 77c3131

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2.14.0 / 2025-11-16
2+
==================
3+
4+
New Functionality And Features
5+
------------------------------
6+
7+
* Add support for `AdminContext`
8+
* Add support for complementary asset relation APIs
9+
10+
Other Changes
11+
-------------
12+
* Fix flaky tests
13+
114
2.13.0 / 2025-08-20
215
==================
316

api/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
type EndPoint = string
2626

2727
// Version is the Cloudinary Go package version.
28-
const Version = "2.13.0"
28+
const Version = "2.14.0"
2929

3030
// UserAgent contains information about the SDK user agent. Passed to the Cloudinary servers.
3131
var UserAgent = fmt.Sprintf("CloudinaryGo/%s (Go %s)", Version, strings.TrimPrefix(runtime.Version(), "go"))

0 commit comments

Comments
 (0)