diff --git a/CHANGELOG.md b/CHANGELOG.md index 26c470f02..575937835 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v9.2.1](https://github.com/fastly/go-fastly/releases/tag/v9.2.1) (2024-04-09) + +[Full Changelog](https://github.com/fastly/go-fastly/compare/v9.2.0...v9.2.1) + +**Bug fixes:** + +- fix(tls_custom_activation): only error if no fields provided [#511](https://github.com/fastly/go-fastly/pull/511) + ## [v9.2.0](https://github.com/fastly/go-fastly/releases/tag/v9.2.0) (2024-03-15) [Full Changelog](https://github.com/fastly/go-fastly/compare/v9.1.0...v9.2.0) diff --git a/fastly/client.go b/fastly/client.go index e93cfabe9..5f71d2c19 100644 --- a/fastly/client.go +++ b/fastly/client.go @@ -55,7 +55,7 @@ const DefaultRealtimeStatsEndpoint = "https://rt.fastly.com" var ProjectURL = "github.com/fastly/go-fastly" // ProjectVersion is the version of this library. -var ProjectVersion = "9.2.0" +var ProjectVersion = "9.2.1" // UserAgent is the user agent for this particular client. var UserAgent = fmt.Sprintf("FastlyGo/%s (+%s; %s)",