Skip to content

Commit de0daec

Browse files
will@newrelic.comGitHub Enterprise
authored and
GitHub Enterprise
committed
Merge pull request #841 from will/3.3
version 3.3
2 parents 91bbefc + 421cebd commit de0daec

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

57
* Added support for GraphQL in two new integrations:

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.2.0"
11+
Version = "3.3.0"
1212
)
1313

1414
func init() {

0 commit comments

Comments
 (0)