Skip to content

Commit 1effdc4

Browse files
author
cloudinary-bot
committed
Version 2.9.1
1 parent 6f8c8c1 commit 1effdc4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.9.1 / 2025-01-29
2+
==================
3+
4+
* Fix possible race condition when generating analytics token
5+
16
2.9.0 / 2024-08-18
27
==================
38

api/api.go

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

2626
// Version is the Cloudinary Go package version.
27-
const Version = "2.9.0"
27+
const Version = "2.9.1"
2828

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

0 commit comments

Comments
 (0)