Skip to content

Commit

Permalink
v6.3.2 (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Apr 27, 2022
1 parent 897f93e commit d7eda94
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.3.2](https://github.com/fastly/go-fastly/releases/tag/v6.3.2) (2022-04-27)

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

**Enhancements:**

- Add `Backends` field to `Director` [#347](https://github.com/fastly/go-fastly/pull/347)

## [v6.3.1](https://github.com/fastly/go-fastly/releases/tag/v6.3.1) (2022-04-04)

[Full Changelog](https://github.com/fastly/go-fastly/compare/v6.3.0...v6.3.1)
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.3.1"
var ProjectVersion = "6.3.2"

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

0 comments on commit d7eda94

Please sign in to comment.