Skip to content

Commit

Permalink
Version 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudinary-bot committed Nov 30, 2023
1 parent 8387c01 commit c85681b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.6.2 / 2023-11-30
==================

* Add support for uploading large `io.SectionReader` type

2.6.1 / 2023-11-30
==================

Expand Down
2 changes: 1 addition & 1 deletion api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
type EndPoint = string

// Version is the Cloudinary Go package version.
const Version = "2.6.1"
const Version = "2.6.2"

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

0 comments on commit c85681b

Please sign in to comment.