We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75b597f + 2a83232 commit 22cc53eCopy full SHA for 22cc53e
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# ChangeLog
2
3
+## 3.8.0
4
+
5
### Changes
6
* When marking a transaction as a web transaction using
7
[Transaction.SetWebRequest](https://godoc.org/github.com/newrelic/go-agent/v3/newrelic#Transaction.SetWebRequest),
v3/newrelic/version.go
@@ -11,7 +11,7 @@ import (
11
12
const (
13
// Version is the full string version of this Go Agent.
14
- Version = "3.7.0"
+ Version = "3.8.0"
15
)
16
17
var (
0 commit comments