Skip to content

Commit

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

## Unreleased
## Fixed

## 0.1.2 - 2015-12-30
### Fixed
- Load correct mailgun gem in mailgun handler

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

## 0.1.0 - 2015-11-17
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 = 1
PATCH = 2

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

0 comments on commit 99a3886

Please sign in to comment.