From cccbec88824f274cc9085903bf957e487c121a01 Mon Sep 17 00:00:00 2001 From: Camden Cheek Date: Tue, 18 Aug 2020 14:45:18 -0400 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 ++++ src/kafka.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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() {