diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a08f6fe..28d4d2d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v9.5.0](https://github.com/fastly/go-fastly/releases/tag/v9.5.0) (2024-05-29) + +[Full Changelog](https://github.com/fastly/go-fastly/compare/v9.4.0...v9.5.0) + +**Enhancements:** + +- feat(package): add ClonedFrom field to PackageMetadata [#527](https://github.com/fastly/go-fastly/pull/527) + ## [v9.4.0](https://github.com/fastly/go-fastly/releases/tag/v9.4.0) (2024-05-15) [Full Changelog](https://github.com/fastly/go-fastly/compare/v9.3.2...v9.4.0) diff --git a/fastly/client.go b/fastly/client.go index d1447555..8c9165fc 100644 --- a/fastly/client.go +++ b/fastly/client.go @@ -58,7 +58,7 @@ const JSONMimeType = "application/json" var ProjectURL = "github.com/fastly/go-fastly" // ProjectVersion is the version of this library. -var ProjectVersion = "9.4.0" +var ProjectVersion = "9.5.0" // UserAgent is the user agent for this particular client. var UserAgent = fmt.Sprintf("FastlyGo/%s (+%s; %s)",