Skip to content

Commit ae6067f

Browse files
author
cloudinary-bot
committed
Version 2.11.1
1 parent baf6ce2 commit ae6067f

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.11.1 / 2025-08-07
2+
==================
3+
4+
* Fix handling of multiple formats of contextual metadata
5+
16
2.11.0 / 2025-07-16
27
==================
38

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