Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
analytically committed Nov 25, 2015
1 parent 2073cc9 commit b72337b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang

## Unreleased

## 0.1.1 - 2015-11-25
## Fixed
- Fix check output

## 0.1.0 - 2015-11-17
### Added
- Ability to use custom ERB template for mail message
Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugins-mailer/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module SensuPluginsMailer
module Version
MAJOR = 0
MINOR = 1
PATCH = 0
PATCH = 1

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

0 comments on commit b72337b

Please sign in to comment.