Skip to content

Commit

Permalink
v7.5.0 (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist authored Mar 15, 2023
1 parent 7a36fb1 commit a07f56b
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

## [v7.5.0](https://github.com/fastly/go-fastly/releases/tag/v7.5.0) (2023-03-15)

[Full Changelog](https://github.com/fastly/go-fastly/compare/v7.4.0...v7.5.0)

**Enhancements:**

- feat: Add Config Store support [#398](https://github.com/fastly/go-fastly/pull/398)

**Bug fixes:**

- fix(tls-subscription): serialise warnings field [#409](https://github.com/fastly/go-fastly/pull/409)

## [v7.4.0](https://github.com/fastly/go-fastly/releases/tag/v7.4.0) (2023-03-07)

[Full Changelog](https://github.com/fastly/go-fastly/compare/v7.3.0...v7.4.0)
Expand Down
2 changes: 1 addition & 1 deletion fastly/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const DefaultRealtimeStatsEndpoint = "https://rt.fastly.com"
var ProjectURL = "github.com/fastly/go-fastly"

// ProjectVersion is the version of this library.
var ProjectVersion = "7.4.0"
var ProjectVersion = "7.5.0"

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

0 comments on commit a07f56b

Please sign in to comment.