Skip to content

Commit 4e734ee

Browse files
author
cloudinary-bot
committed
Version 2.16.0
1 parent 538faa6 commit 4e734ee

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2.16.0 / 2026-05-28
2+
==================
3+
4+
New Functionality And Features
5+
------------------------------
6+
7+
* Add support for `Triggers` Admin API
8+
* Add `ExternalID` to `CreateFolderResult` and `FolderResult`
9+
* Add `RelatedComplementaryNextCursor` to `AssetResult`
10+
111
2.15.0 / 2026-03-15
212
==================
313

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.15.0"
28+
const Version = "2.16.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)