Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
camdencheek committed Sep 28, 2020
1 parent bbbe11a commit eaa159a
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,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.7 (2019-09-28)
### Changed
- Updated Sarama to latest version

## 2.13.6 (2019-08-26)
### Fixed
- Incorrect command in sample log
Expand Down
2 changes: 1 addition & 1 deletion src/kafka.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (

const (
integrationName = "com.newrelic.kafka"
integrationVersion = "2.13.6"
integrationVersion = "2.13.7"
)

func main() {
Expand Down

0 comments on commit eaa159a

Please sign in to comment.