Skip to content

Commit 22cc53e

Browse files
newrelic-eheinleinGitHub Enterprise
authored and
GitHub Enterprise
committed
Merge pull request #967 from go-agent/rabolofia/release
Update version for release 3.8.0.
2 parents 75b597f + 2a83232 commit 22cc53e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

3+
## 3.8.0
4+
35
### Changes
46
* When marking a transaction as a web transaction using
57
[Transaction.SetWebRequest](https://godoc.org/github.com/newrelic/go-agent/v3/newrelic#Transaction.SetWebRequest),

v3/newrelic/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
const (
1313
// Version is the full string version of this Go Agent.
14-
Version = "3.7.0"
14+
Version = "3.8.0"
1515
)
1616

1717
var (

0 commit comments

Comments
 (0)