Skip to content

Commit

Permalink
v8.5.9 (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist authored Aug 9, 2023
1 parent bde0245 commit af705d9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v8.5.9](https://github.com/fastly/go-fastly/releases/tag/v8.5.9) (2023-08-09)

[Full Changelog](https://github.com/fastly/go-fastly/compare/v8.5.8...v8.5.9)

**Bug fixes:**

- revert(backend): revert removal of redundant ErrorThreshold field [#464](https://github.com/fastly/go-fastly/pull/464)

## [v8.5.8](https://github.com/fastly/go-fastly/releases/tag/v8.5.8) (2023-08-04)

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

// ProjectVersion is the version of this library.
var ProjectVersion = "8.5.8"
var ProjectVersion = "8.5.9"

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

0 comments on commit af705d9

Please sign in to comment.