Skip to content

Commit

Permalink
v2.0.0 CHANGELOG (#232)
Browse files Browse the repository at this point in the history
* v2.0.0

* bump project version
  • Loading branch information
Integralist authored Nov 17, 2020
1 parent f435b95 commit 58df99d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion fastly/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down

0 comments on commit 58df99d

Please sign in to comment.