From 4150960c7348317ae265248e25497b9f57078ef9 Mon Sep 17 00:00:00 2001 From: integralist Date: Tue, 17 Nov 2020 16:49:15 +0000 Subject: [PATCH 1/2] v2.0.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1af8a030a..431bd2660 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v2.0.0](https://github.com/fastly/go-fastly/releases/tag/v2.0.0) (2020-11-17) + +[Full Changelog](https://github.com/fastly/go-fastly/compare/v1.18.0...v2.0.0) + +**Enhancements:** + +- v2 [\#230](https://github.com/fastly/go-fastly/pull/230) + +**Closed issues:** + +- Fails to Parse Historic Stats when no Service Provided [\#214](https://github.com/fastly/go-fastly/issues/214) + ## [v1.18.0](https://github.com/fastly/go-fastly/releases/tag/v1.18.0) (2020-10-28) [Full Changelog](https://github.com/fastly/go-fastly/compare/v1.17.0...v1.18.0) From 7252d48b511db90c7e0bb7ffcc2476110d595e8d Mon Sep 17 00:00:00 2001 From: integralist Date: Tue, 17 Nov 2020 16:49:51 +0000 Subject: [PATCH 2/2] bump project version --- fastly/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastly/client.go b/fastly/client.go index 1b446b6f8..0e122deb1 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.18.0" +var ProjectVersion = "2.0.0" // UserAgent is the user agent for this particular client. var UserAgent = fmt.Sprintf("FastlyGo/%s (+%s; %s)",