From d7221640a3cc9ef7e8ca9a5643e9c351b18332f0 Mon Sep 17 00:00:00 2001 From: "will@newrelic.com" Date: Mon, 27 Jan 2020 10:52:40 -0800 Subject: [PATCH] Version 3.2 --- CHANGELOG.md | 3 ++- v3/newrelic/version.go | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef8487f4e..08bc07c9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # ChangeLog +## 3.2.0 + ### New Features * Added support for `v7` of [go-redis/redis](https://github.com/go-redis/redis) @@ -38,7 +40,6 @@ http.ListenAndServe(":8000", r) ``` - ## 3.1.0 ### New Features diff --git a/v3/newrelic/version.go b/v3/newrelic/version.go index c6c9ca505..9141f52d0 100644 --- a/v3/newrelic/version.go +++ b/v3/newrelic/version.go @@ -8,7 +8,7 @@ import ( const ( // Version is the full string version of this Go Agent. - Version = "3.1.0" + Version = "3.2.0" ) func init() {