Skip to content

Commit

Permalink
Merge pull request #967 from go-agent/rabolofia/release
Browse files Browse the repository at this point in the history
Update version for release 3.8.0.
  • Loading branch information
newrelic-eheinlein authored and GitHub Enterprise committed Jul 1, 2020
2 parents 75b597f + 2a83232 commit 22cc53e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ChangeLog

## 3.8.0

### Changes
* When marking a transaction as a web transaction using
[Transaction.SetWebRequest](https://godoc.org/github.com/newrelic/go-agent/v3/newrelic#Transaction.SetWebRequest),
Expand Down
2 changes: 1 addition & 1 deletion v3/newrelic/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

const (
// Version is the full string version of this Go Agent.
Version = "3.7.0"
Version = "3.8.0"
)

var (
Expand Down

0 comments on commit 22cc53e

Please sign in to comment.