Skip to content

Commit b86dd3d

Browse files
Version changes for 3.1.0
1 parent e746f8e commit b86dd3d

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.1.0
4+
35
### New Features
46

57
* Support for W3C Trace Context, with easy upgrade from New Relic trace context.

v3/newrelic/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
const (
1010
// Version is the full string version of this Go Agent.
11-
Version = "3.0.0"
11+
Version = "3.1.0"
1212
)
1313

1414
func init() {

0 commit comments

Comments
 (0)