From 6460197ea8de41383939bf4bed0f92386241352f Mon Sep 17 00:00:00 2001 From: Camden Cheek Date: Tue, 12 Nov 2019 13:46:50 -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..ac46242e 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.4.1 - 2019-11-12 +### Added +- Rollup metrics for consumer offsets ## 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..bc5201ec 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.4.1" ) func main() {