From 583e1f974c7f10e60be90e92ad242edee69b3e79 Mon Sep 17 00:00:00 2001 From: Mark McDonnell Date: Thu, 30 Mar 2023 12:27:11 +0100 Subject: [PATCH] v7.5.2 (#415) --- CHANGELOG.md | 8 ++++++++ fastly/client.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 705434f02..2149bd935 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v7.5.2](https://github.com/fastly/go-fastly/releases/tag/v7.5.2) (2023-03-30) + +[Full Changelog](https://github.com/fastly/go-fastly/compare/v7.5.1...v7.5.2) + +**Enhancements:** + +* feat(erl): add missing fields [#414](https://github.com/fastly/go-fastly/pull/414) + ## [v7.5.1](https://github.com/fastly/go-fastly/releases/tag/v7.5.1) (2023-03-28) [Full Changelog](https://github.com/fastly/go-fastly/compare/v7.5.0...v7.5.1) diff --git a/fastly/client.go b/fastly/client.go index 8e93063d5..2575a0251 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 = "7.5.1" +var ProjectVersion = "7.5.2" // UserAgent is the user agent for this particular client. var UserAgent = fmt.Sprintf("FastlyGo/%s (+%s; %s)",