Skip to content

Commit

Permalink
v6.5.0 (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist authored Aug 22, 2022
1 parent f05a3cc commit 0092ed3
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

## [v6.5.0](https://github.com/fastly/go-fastly/releases/tag/v6.5.0) (2022-08-22)

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

**Enhancements:**

- TLS Subscriptions: add filter for active orders [#357](https://github.com/fastly/go-fastly/pull/357)

## [v6.4.3](https://github.com/fastly/go-fastly/releases/tag/v6.4.3) (2022-07-20)

[Full Changelog](https://github.com/fastly/go-fastly/compare/v6.4.2...v6.4.3)
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 = "6.4.3"
var ProjectVersion = "6.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 0092ed3

Please sign in to comment.