Skip to content

Commit

Permalink
Version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
obazoud committed Feb 16, 2017
1 parent 64f6de3 commit 60109eb
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.9.1] - 2017-02-16

### Fixed
- add missing methods

## [0.9.0] - 2017-02-16

### Breaking Changes
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 = 9
PATCH = 0
PATCH = 1

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

0 comments on commit 60109eb

Please sign in to comment.