Skip to content

Commit

Permalink
v3.12.0 (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist authored Sep 15, 2021
1 parent 391aabe commit 7aca3ab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion fastly/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down

0 comments on commit 7aca3ab

Please sign in to comment.