Skip to content

Commit

Permalink
Merge pull request #802 from will/release
Browse files Browse the repository at this point in the history
Version 3.2
  • Loading branch information
will@newrelic.com authored and GitHub Enterprise committed Jan 27, 2020
2 parents 462ae55 + d722164 commit b2adb09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ChangeLog

## 3.2.0

### New Features

* Added support for `v7` of [go-redis/redis](https://github.com/go-redis/redis)
Expand Down Expand Up @@ -38,7 +40,6 @@
http.ListenAndServe(":8000", r)
```


## 3.1.0

### New Features
Expand Down
2 changes: 1 addition & 1 deletion v3/newrelic/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit b2adb09

Please sign in to comment.