Skip to content

Commit

Permalink
Merge pull request #602 from go-agent/version2.15.0
Browse files Browse the repository at this point in the history
Bump version for release
  • Loading branch information
newrelic-eheinlein authored and GitHub Enterprise committed Oct 24, 2019
2 parents 4cc5ec1 + b287d44 commit 71b1891
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## ChangeLog

## 2.15.0

### New Features

* Added support for monitoring [MongoDB](https://github.com/mongodb/mongo-go-driver/) queries with the new
Expand Down
4 changes: 2 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (

const (
major = "2"
minor = "14"
patch = "1"
minor = "15"
patch = "0"

// Version is the full string version of this Go Agent.
Version = major + "." + minor + "." + patch
Expand Down

0 comments on commit 71b1891

Please sign in to comment.