diff --git a/CHANGELOG.md b/CHANGELOG.md index 1de02cb3..98a6d5d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.1 (2019-04-30) +### Changed +- Raise topic limit to 10000 + ## 2.13.0 (2019-04-20) ### Added - SASL/PLAIN and SASL/SCRAM auth methods diff --git a/src/kafka.go b/src/kafka.go index bc608aee..72594403 100644 --- a/src/kafka.go +++ b/src/kafka.go @@ -22,7 +22,7 @@ import ( const ( integrationName = "com.newrelic.kafka" - integrationVersion = "2.13.0" + integrationVersion = "2.13.1" ) func main() {