Skip to content

Commit

Permalink
doc(CHANGELOG): v9.11.0 (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpfleming authored Oct 1, 2024
1 parent 4c8abf5 commit 370c794
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [v9.11.0](https://github.com/fastly/go-fastly/releases/tag/v9.11.0) (2024-10-01)

[Full Changelog](https://github.com/fastly/go-fastly/compare/v9.10.0...v9.11.0)

**Enhancements:**

- feat(custom_dashboards): Add support for Custom Dashboards APIs. [#546](https://github.com/fastly/go-fastly/pull/546)
- feat(automation_tokens): Add support for automation-tokens [#547](https://github.com/fastly/go-fastly/pull/547)
- feat(product_enablement): Add support for NGWAF. [#550](https://github.com/fastly/go-fastly/pull/550)

## [v9.10.0](https://github.com/fastly/go-fastly/releases/tag/v9.10.0) (2024-09-09)

[Full Changelog](https://github.com/fastly/go-fastly/compare/v9.9.0...v9.10.0)
Expand Down
2 changes: 1 addition & 1 deletion fastly/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const UserAgentEnvVar = "FASTLY_USER_AGENT"
var ProjectURL = "github.com/fastly/go-fastly"

// ProjectVersion is the version of this library.
var ProjectVersion = "9.8.0"
var ProjectVersion = "9.11.0"

// UserAgent is the user agent for this particular client.
var UserAgent = fmt.Sprintf("FastlyGo/%s (+%s; %s)",
Expand Down

0 comments on commit 370c794

Please sign in to comment.