diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f89b0e4f..b8ec260bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v9.8.0](https://github.com/fastly/go-fastly/releases/tag/v9.8.0) (2024-08-07) + +[Full Changelog](https://github.com/fastly/go-fastly/compare/v9.7.0...v9.8.0) + +**Enhancements:** + +- Add TCP Keep-Alive parameters to backend structs [#537](https://github.com/fastly/go-fastly/pull/537) + ## [v9.7.0](https://github.com/fastly/go-fastly/releases/tag/v9.7.0) (2024-06-21) [Full Changelog](https://github.com/fastly/go-fastly/compare/v9.6.0...v9.7.0) diff --git a/fastly/client.go b/fastly/client.go index 21cd26fe8..81a86db9a 100644 --- a/fastly/client.go +++ b/fastly/client.go @@ -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.7.0" +var ProjectVersion = "9.8.0" // UserAgent is the user agent for this particular client. var UserAgent = fmt.Sprintf("FastlyGo/%s (+%s; %s)",