Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
camdencheek committed Jul 27, 2020
1 parent c0ce39d commit bdf386a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 2.5.0 (2020-07-13)
### Changed
- Updated the MSSQL driver
- Username is no longer required to open up support for Windows auth

## 2.4.2 (2020-07-13)
### Changed
- Rename bufferPoolHit to bufferPoolHitPercent
Expand Down
2 changes: 1 addition & 1 deletion src/mssql.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

const (
integrationName = "com.newrelic.mssql"
integrationVersion = "2.4.2"
integrationVersion = "2.5.0"
)

func main() {
Expand Down

0 comments on commit bdf386a

Please sign in to comment.