Skip to content

Commit

Permalink
doc(CHANGELOG): v9.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed May 15, 2024
1 parent f917b3b commit d958a37
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion fastly/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down

0 comments on commit d958a37

Please sign in to comment.