We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3f790b + 520735e commit 1d6d1b4Copy full SHA for 1d6d1b4
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# ChangeLog
2
3
+## 3.5.0
4
+
5
### New Features
6
7
* Added support for [Infinite Tracing on New Relic
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.4.0"
+ Version = "3.5.0"
12
)
13
14
var (
0 commit comments