Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
eheydrick committed Jan 8, 2016
1 parent 0afc26b commit 1e74db4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)

## Unreleased

[0.1.0] - 2016-01-08
### Added
- added sensu-deregister handler for deregistering a sensu client upon request (see https://github.com/sensu/sensu-build/pull/148 for example).

Expand Down
4 changes: 2 additions & 2 deletions lib/sensu-plugins-sensu/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ module SensuPluginsSensu
# This defines the version of the gem
module Version
MAJOR = 0
MINOR = 0
PATCH = 2
MINOR = 1
PATCH = 0

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

0 comments on commit 1e74db4

Please sign in to comment.