From d7eda947f725362c09b68266adc874a1aea171c8 Mon Sep 17 00:00:00 2001 From: Mark McDonnell Date: Wed, 27 Apr 2022 12:26:02 +0100 Subject: [PATCH] v6.3.2 (#348) --- CHANGELOG.md | 8 ++++++++ fastly/client.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5db34d0b3..3c65607b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/fastly/client.go b/fastly/client.go index 041efe357..1e936da18 100644 --- a/fastly/client.go +++ b/fastly/client.go @@ -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)",