Skip to content

Commit

Permalink
Version 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudinary-bot committed Jul 30, 2024
1 parent dbcb96e commit fa37a0e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
2.8.0 / 2024-07-30
==================

New Functionality And Features
------------------------------

* Add support for `AccessControl` in `uploader.UploadParams`
* Add support for `Analyze` API

Other Changes
-------------

* Bump `go` version to `1.20`
* Bump vulnerable dependencies

2.7.0 / 2024-01-08
==================

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.7.0"
const Version = "2.8.0"

// 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 fa37a0e

Please sign in to comment.