Skip to content

Commit

Permalink
v7.2.0 (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist authored Feb 8, 2023
1 parent d1cc6c6 commit 1805966
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [v7.2.0](https://github.com/fastly/go-fastly/releases/tag/v7.2.0) (2023-02-08)

[Full Changelog](https://github.com/fastly/go-fastly/compare/v7.1.0...v7.2.0)

**Enhancements:**

- allow Go binary to be specified when running make [#393](https://github.com/fastly/go-fastly/pull/393)
- add support for Secret Store client keys [#392](https://github.com/fastly/go-fastly/pull/392)
- resource: improve parameter naming; support JSON encode [#394](https://github.com/fastly/go-fastly/pull/394)
- feat(http3): implement HTTP3 API endpoints [#395](https://github.com/fastly/go-fastly/pull/395)

## [v7.1.0](https://github.com/fastly/go-fastly/releases/tag/v7.1.0) (2023-01-19)

[Full Changelog](https://github.com/fastly/go-fastly/compare/v7.0.0...v7.1.0)
Expand Down
2 changes: 1 addition & 1 deletion fastly/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const DefaultRealtimeStatsEndpoint = "https://rt.fastly.com"
var ProjectURL = "github.com/fastly/go-fastly"

// ProjectVersion is the version of this library.
var ProjectVersion = "7.1.0"
var ProjectVersion = "7.2.0"

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

0 comments on commit 1805966

Please sign in to comment.