Skip to content

Commit

Permalink
Version 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jan 27, 2020
1 parent 462ae55 commit d722164
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 d722164

Please sign in to comment.