From 320a12aed4e03092842ff4b226c3d6925932517e Mon Sep 17 00:00:00 2001 From: phamann Date: Thu, 16 Jul 2020 15:30:25 +0100 Subject: [PATCH 1/2] Update CHANGELOG.md for v1.17.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97c374795..0c77ae150 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v1.17.0](/~https://github.com/fastly/go-fastly/releases/tag/v1.17.0) (2020-07-16) + +[Full Changelog](/~https://github.com/fastly/go-fastly/compare/v1.16.2...v1.17.0) + +**Enhancements:** + +- Added support to list all datacenters [\#210](/~https://github.com/fastly/go-fastly/pull/210) + ## [v1.16.2](/~https://github.com/fastly/go-fastly/releases/tag/v1.16.2) (2020-07-13) [Full Changelog](/~https://github.com/fastly/go-fastly/compare/v1.16.1...v1.16.2) From 091cdd7ef6a283477df2bc2103a4f90f27a5ab4d Mon Sep 17 00:00:00 2001 From: phamann Date: Thu, 16 Jul 2020 15:30:50 +0100 Subject: [PATCH 2/2] Bump client version for v1.17.0 --- fastly/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastly/client.go b/fastly/client.go index 79f409731..d3cb15b42 100644 --- a/fastly/client.go +++ b/fastly/client.go @@ -46,7 +46,7 @@ const DefaultRealtimeStatsEndpoint = "https://rt.fastly.com" var ProjectURL = "github.com/fastly/go-fastly" // ProjectVersion is the version of this library. -var ProjectVersion = "1.16.2" +var ProjectVersion = "1.17.0" // UserAgent is the user agent for this particular client. var UserAgent = fmt.Sprintf("FastlyGo/%s (+%s; %s)",