From f31b7e10649aff6e1b2f421324cecfc5e0ffb2bc Mon Sep 17 00:00:00 2001 From: Mark McDonnell Date: Thu, 29 Jun 2023 13:41:54 +0100 Subject: [PATCH] v8.5.3 (#452) --- CHANGELOG.md | 8 ++++++++ fastly/client.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cc752daf..10b55b2ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v8.5.3](https://github.com/fastly/go-fastly/releases/tag/v8.5.3) (2023-06-29) + +[Full Changelog](https://github.com/fastly/go-fastly/compare/v8.5.2...v8.5.3) + +**Enhancements:** + +* feat: add debug mode [#451](https://github.com/fastly/go-fastly/pull/451) + ## [v8.5.2](https://github.com/fastly/go-fastly/releases/tag/v8.5.2) (2023-06-23) [Full Changelog](https://github.com/fastly/go-fastly/compare/v8.5.1...v8.5.2) diff --git a/fastly/client.go b/fastly/client.go index 1b2348391..bd0fac5c0 100644 --- a/fastly/client.go +++ b/fastly/client.go @@ -53,7 +53,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.2" +var ProjectVersion = "8.5.3" // UserAgent is the user agent for this particular client. var UserAgent = fmt.Sprintf("FastlyGo/%s (+%s; %s)",