We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e6ffe7 commit df8c594Copy full SHA for df8c594
CHANGELOG.md
@@ -1,7 +1,8 @@
1
# ChangeLog
2
3
+## 3.7.0
4
-## Changes
5
+### Changes
6
7
* When `Config.Transport` is nil, no longer use the `http.DefaultTransport`
8
when communicating with the New Relic backend. This addresses an issue with
@@ -15,7 +16,7 @@
15
16
17
## 3.6.0
18
-## New Features
19
+### New Features
20
21
* Added support for [adding custom attributes directly to
22
spans](https://godoc.org/github.com/newrelic/go-agent/v3/newrelic#Segment.AddAttribute).
v3/newrelic/version.go
@@ -8,7 +8,7 @@ import (
9
const (
10
// Version is the full string version of this Go Agent.
11
- Version = "3.6.0"
+ Version = "3.7.0"
12
)
13
14
var (
0 commit comments