Skip to content

Commit

Permalink
Version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
obazoud committed Feb 10, 2017
1 parent fd10623 commit d8c4186
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 @@ -10,6 +10,11 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
### Fixed
### Changed

## [0.6.1] - 2017-02-10

### Fixed
- Fix check-topics-name.rb

## [0.6.0] - 2017-02-10

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugins-kafka/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module SensuPluginsKafka
module Version
MAJOR = 0
MINOR = 6
PATCH = 0
PATCH = 1

VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
Expand Down

0 comments on commit d8c4186

Please sign in to comment.