Skip to content

Commit 1d6d1b4

Browse files
newrelic-eheinleinGitHub Enterprise
authored andcommitted
Merge pull request #920 from go-agent/eheinlein/v3.5.0
Update version for 3.5.0
2 parents d3f790b + 520735e commit 1d6d1b4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# ChangeLog
22

3+
## 3.5.0
4+
35
### New Features
46

57
* Added support for [Infinite Tracing on New Relic

v3/newrelic/version.go

Lines changed: 1 addition & 1 deletion
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.4.0"
11+
Version = "3.5.0"
1212
)
1313

1414
var (

0 commit comments

Comments
 (0)