diff --git a/CHANGELOG.md b/CHANGELOG.md index e916140..b61e73d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/mssql.go b/src/mssql.go index f7bf5b0..28f8694 100644 --- a/src/mssql.go +++ b/src/mssql.go @@ -15,7 +15,7 @@ import ( const ( integrationName = "com.newrelic.mssql" - integrationVersion = "2.3.1" + integrationVersion = "2.4.0" ) func main() {