Skip to content

Commit

Permalink
v2.1.0 (#237)
Browse files Browse the repository at this point in the history
* v2.1.0

* bump v2.1.0
  • Loading branch information
Integralist authored Dec 11, 2020
1 parent b97b68b commit 7c2292c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [v2.1.0](/~https://github.com/fastly/go-fastly/releases/tag/v2.1.0) (2020-12-11)

[Full Changelog](/~https://github.com/fastly/go-fastly/compare/v2.0.0...v2.1.0)

**Enhancements:**

- Add support for TLS client and batch size options for splunk [\#236](/~https://github.com/fastly/go-fastly/pull/236)
- Add support for compression\_codec to logging file sink endpoints [\#235](/~https://github.com/fastly/go-fastly/pull/235)
- Add support for Kinesis logging endpoint [\#234](/~https://github.com/fastly/go-fastly/pull/234)
- Custom TLS API [\#225](/~https://github.com/fastly/go-fastly/pull/225)

**Closed issues:**

- Any plan to add custom TLS certificates? [\#224](/~https://github.com/fastly/go-fastly/issues/224)

## [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)
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 = "2.0.0"
var ProjectVersion = "2.1.0"

// UserAgent is the user agent for this particular client.
var UserAgent = fmt.Sprintf("FastlyGo/%s (+%s; %s)",
Expand Down

0 comments on commit 7c2292c

Please sign in to comment.