From 44b7c7fcdfa7963810acdae9c583f8b2c55aa99f Mon Sep 17 00:00:00 2001 From: Camden Cheek Date: Thu, 14 Nov 2019 11:33:04 -0500 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 2e792e94..0e408b30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,14 @@ 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 - 2019-11-14 +### Added +- Support for attempting multiple connection protocols to broker ## 2.4.0 - 2019-10-25 ### Added - `consumer_group_regex` argument +- ### Changed - Deprecated `consumer_groups` in favor of `consumer_group_regex` diff --git a/src/kafka.go b/src/kafka.go index 87710173..9b96cdb4 100644 --- a/src/kafka.go +++ b/src/kafka.go @@ -17,7 +17,7 @@ import ( const ( integrationName = "com.newrelic.kafka" - integrationVersion = "2.4.0" + integrationVersion = "2.5.0" ) func main() {