Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
camdencheek committed Jan 29, 2020
1 parent 1f8c4da commit 6f5fb6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +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.9.1 (2019-01-29)
### Fixed
- Broken makefile

## 2.9.0 (2019-01-29)
### Added
- Connect to kafka with a bootstrap broker

### Changed
- Removed hard dependency on zookeeper configuration
- Local-only broker metric collection
Expand Down
2 changes: 1 addition & 1 deletion src/kafka.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (

const (
integrationName = "com.newrelic.kafka"
integrationVersion = "2.9.0"
integrationVersion = "2.9.1"
)

func main() {
Expand Down

0 comments on commit 6f5fb6a

Please sign in to comment.