Skip to content

Commit 6b148c2

Browse files
committed
Version 0.7.0
1 parent e616a83 commit 6b148c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
1010
### Fixed
1111
### Changed
1212

13-
## [Unreleased]
13+
## [0.7.0]
1414

1515
### Added
1616
- Add option to check topic's replicas

lib/sensu-plugins-kafka/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ module SensuPluginsKafka
55
# This defines the version of the gem
66
module Version
77
MAJOR = 0
8-
MINOR = 6
9-
PATCH = 1
8+
MINOR = 7
9+
PATCH = 0
1010

1111
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
1212
end

0 commit comments

Comments
 (0)