Skip to content

Commit

Permalink
9.7.0 (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpfleming authored Jun 21, 2024
1 parent 973da6e commit b081bdb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [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)

**Enhancements:**

- feat(tls_custom): add `mutual_authentication` field to response [#535](https://github.com/fastly/go-fastly/pull/535)

- feat(tls/custom_certs): add `in_use` filter [#534](https://github.com/fastly/go-fastly/pull/534)

- feat(client): prepend custom user-agent via `FASTLY_USER_AGENT` env variable to user [#531](https://github.com/fastly/go-fastly/pull/531)

## [v9.6.0](https://github.com/fastly/go-fastly/releases/tag/v9.6.0) (2024-06-04)

[Full Changelog](https://github.com/fastly/go-fastly/compare/v9.5.0...v9.6.0)
Expand Down
2 changes: 1 addition & 1 deletion fastly/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0"
var ProjectVersion = "9.7.0"

// UserAgent is the user agent for this particular client.
var UserAgent = fmt.Sprintf("FastlyGo/%s (+%s; %s)",
Expand Down

0 comments on commit b081bdb

Please sign in to comment.