diff --git a/CHANGELOG.md b/CHANGELOG.md index 337ba447..629c8a0e 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.13.5 (2019-08-18) +### Fixed +- Exit after a connection error is returned from a JMX query + ## 2.13.4 (2019-05-29) ### Fixed - Bug in which bootstrap broker collection would combine multi-broker collection results diff --git a/src/kafka.go b/src/kafka.go index e6884d94..f77f9f37 100644 --- a/src/kafka.go +++ b/src/kafka.go @@ -23,7 +23,7 @@ import ( const ( integrationName = "com.newrelic.kafka" - integrationVersion = "2.13.4" + integrationVersion = "2.13.5" ) func main() {