Skip to content

Commit

Permalink
Update version for release 3.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
purple4reina committed Jun 30, 2020
1 parent adb564a commit 2a83232
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 2a83232

Please sign in to comment.