From d958a3745a530fc7a3f556832ff7d4fcc4e3c599 Mon Sep 17 00:00:00 2001 From: Integralist Date: Wed, 15 May 2024 10:19:54 +0100 Subject: [PATCH] doc(CHANGELOG): v9.4.0 --- CHANGELOG.md | 9 +++++++++ fastly/client.go | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88d9a291..9a08f6fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [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) + +**Enhancements:** + +- feat(helpers): Extend `ToPointer` to cover `[]string` [#525](https://github.com/fastly/go-fastly/pull/525) +- feat(image_opto): Add Image Optimizer default settings API [#516](https://github.com/fastly/go-fastly/pull/516) + ## [v9.3.2](https://github.com/fastly/go-fastly/releases/tag/v9.3.2) (2024-05-07) [Full Changelog](https://github.com/fastly/go-fastly/compare/v9.3.1...v9.3.2) diff --git a/fastly/client.go b/fastly/client.go index 0017b713..d1447555 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.3.2" +var ProjectVersion = "9.4.0" // UserAgent is the user agent for this particular client. var UserAgent = fmt.Sprintf("FastlyGo/%s (+%s; %s)",