Skip to content

Commit df8c594

Browse files
newrelic-eheinleinGitHub Enterprise
authored and
GitHub Enterprise
committed
Update version for v3.7.0 (#956)
* Update version for v3.7.0 * Fix headings
1 parent 0e6ffe7 commit df8c594

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# ChangeLog
22

3+
## 3.7.0
34

4-
## Changes
5+
### Changes
56

67
* When `Config.Transport` is nil, no longer use the `http.DefaultTransport`
78
when communicating with the New Relic backend. This addresses an issue with
@@ -15,7 +16,7 @@
1516

1617
## 3.6.0
1718

18-
## New Features
19+
### New Features
1920

2021
* Added support for [adding custom attributes directly to
2122
spans](https://godoc.org/github.com/newrelic/go-agent/v3/newrelic#Segment.AddAttribute).

v3/newrelic/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
const (
1010
// Version is the full string version of this Go Agent.
11-
Version = "3.6.0"
11+
Version = "3.7.0"
1212
)
1313

1414
var (

0 commit comments

Comments
 (0)