diff --git a/CHANGELOG.md b/CHANGELOG.md index 776b11488..b5dd34125 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v3.12.0](https://github.com/fastly/go-fastly/releases/tag/v3.12.0) (2021-09-15) + +[Full Changelog](https://github.com/fastly/go-fastly/compare/v3.11.0...v3.12.0) + +**Enhancements:** + +- Implement `DELETE /tokens` (bulk token deletion) API [#302](https://github.com/fastly/go-fastly/pull/302) + ## [v3.11.0](https://github.com/fastly/go-fastly/releases/tag/v3.11.0) (2021-09-15) [Full Changelog](https://github.com/fastly/go-fastly/compare/v3.10.0...v3.11.0) diff --git a/fastly/client.go b/fastly/client.go index 4cc95a305..9b5b91711 100644 --- a/fastly/client.go +++ b/fastly/client.go @@ -46,7 +46,7 @@ const DefaultRealtimeStatsEndpoint = "https://rt.fastly.com" var ProjectURL = "github.com/fastly/go-fastly" // ProjectVersion is the version of this library. -var ProjectVersion = "3.11.0" +var ProjectVersion = "3.12.0" // UserAgent is the user agent for this particular client. var UserAgent = fmt.Sprintf("FastlyGo/%s (+%s; %s)",