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() {