diff --git a/CHANGELOG.md b/CHANGELOG.md index bf70648..fdf3a6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang ### Fixed ### Changed -## [Unreleased] +## [0.7.0] ### Added - Add option to check topic's replicas diff --git a/lib/sensu-plugins-kafka/version.rb b/lib/sensu-plugins-kafka/version.rb index 1883634..853af8c 100644 --- a/lib/sensu-plugins-kafka/version.rb +++ b/lib/sensu-plugins-kafka/version.rb @@ -5,8 +5,8 @@ module SensuPluginsKafka # This defines the version of the gem module Version MAJOR = 0 - MINOR = 6 - PATCH = 1 + MINOR = 7 + PATCH = 0 VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.') end