Skip to content

Commit

Permalink
prep for 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eheydrick committed Mar 17, 2016
1 parent f30262c commit 8012a51
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang

## [Unreleased]

## [0.2.0] - 2016-03-17
### Added
- Support for prefixing the email subject

### Fixed
- handler-mailer.rb: Fix content type selection

## [0.1.5] - 2016-02-04
### Added
- new certs
Expand Down Expand Up @@ -47,8 +54,9 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
### Added
- initial release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-mailer/compare/0.1.5...HEAD
[0.1.5]: https://github.com/sensu-plugins/sensu-plugins-mailer/compare/0.1.4...0.1.5
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-mailer/compare/0.2.0...HEAD
[0.2.0]: https://github.com/sensu-plugins/sensu-plugins-mailer/compare/v0.1.5...0.2.0
[0.1.5]: https://github.com/sensu-plugins/sensu-plugins-mailer/compare/0.1.4...v0.1.5
[0.1.4]: https://github.com/sensu-plugins/sensu-plugins-mailer/compare/0.1.3...0.1.4
[0.1.3]: https://github.com/sensu-plugins/sensu-plugins-mailer/compare/0.1.2...0.1.3
[0.1.2]: https://github.com/sensu-plugins/sensu-plugins-mailer/compare/0.1.1...0.1.2
Expand Down
4 changes: 2 additions & 2 deletions lib/sensu-plugins-mailer/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module SensuPluginsMailer
module Version
MAJOR = 0
MINOR = 1
PATCH = 5
MINOR = 2
PATCH = 0

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

0 comments on commit 8012a51

Please sign in to comment.