Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
camdencheek committed Nov 12, 2019
1 parent 03ea8d1 commit 6460197
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
2 changes: 1 addition & 1 deletion src/kafka.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (

const (
integrationName = "com.newrelic.kafka"
integrationVersion = "2.4.0"
integrationVersion = "2.4.1"
)

func main() {
Expand Down

0 comments on commit 6460197

Please sign in to comment.