Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
camdencheek committed Mar 5, 2020
1 parent 8657014 commit 954044f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.4.0 (2020-03-05)
### Added
- `EnableDatabaseReserveMetrics` argument

## 2.3.1 (2020-02-12)
### Fixed
- Missing vendored dependency
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.3.1"
integrationVersion = "2.4.0"
)

func main() {
Expand Down

0 comments on commit 954044f

Please sign in to comment.