We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e746f8e commit b86dd3dCopy full SHA for b86dd3d
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# ChangeLog
2
3
+## 3.1.0
4
+
5
### New Features
6
7
* Support for W3C Trace Context, with easy upgrade from New Relic trace context.
v3/newrelic/version.go
@@ -8,7 +8,7 @@ import (
8
9
const (
10
// Version is the full string version of this Go Agent.
11
- Version = "3.0.0"
+ Version = "3.1.0"
12
)
13
14
func init() {
0 commit comments