Skip to content

Commit

Permalink
v3.9.4 (#295)
Browse files Browse the repository at this point in the history
* v3.9.4

* migration path for new build constraint syntax
  • Loading branch information
Integralist authored Sep 7, 2021
1 parent b440199 commit 4871463
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [v3.9.4](https://github.com/fastly/go-fastly/releases/tag/v3.9.4) (2021-09-07)

[Full Changelog](https://github.com/fastly/go-fastly/compare/v3.9.3...v3.9.4)

**Enhancements:**

- Add region support for NewRelic logging endpoint [#292](https://github.com/fastly/go-fastly/pull/292)

**Bug fixes:**

- Remove `omitempty` from `SSLCheckCert` field [#294](https://github.com/fastly/go-fastly/pull/294)

**Documentation:**

- Correct indentation in README code example [#293](https://github.com/fastly/go-fastly/pull/293)

## [v3.9.3](https://github.com/fastly/go-fastly/releases/tag/v3.9.3) (2021-07-23)

[Full Changelog](https://github.com/fastly/go-fastly/compare/v3.9.2...v3.9.3)
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 = "3.9.3"
var ProjectVersion = "3.9.4"

// UserAgent is the user agent for this particular client.
var UserAgent = fmt.Sprintf("FastlyGo/%s (+%s; %s)",
Expand Down
1 change: 1 addition & 0 deletions tools/tools.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build tools
// +build tools

// This follows the agreed-upon current best approach for adding developer tooling to your Module.
Expand Down

0 comments on commit 4871463

Please sign in to comment.