File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,13 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
55
66## [ Unreleased]
77
8- ## [ 0.2.1 ] - 2016-04-15
8+ ## [ 0.3.0 ] - 2016-04-23
99### Fixed
1010- Fix aws-ses gem dependency
1111
12+ ### Added
13+ - handler-mailer.rb: add ability to build mailing list from client subscriptions
14+
1215## [ 0.2.0] - 2016-03-17
1316### Added
1417- Support for prefixing the email subject
@@ -58,7 +61,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
5861### Added
5962- initial release
6063
61- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-mailer/compare/0.2.0...HEAD
64+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-mailer/compare/0.3.0...HEAD
65+ [ 0.3.0 ] : https://github.com/sensu-plugins/sensu-plugins-mailer/compare/v0.2.0...0.3.0
6266[ 0.2.0 ] : https://github.com/sensu-plugins/sensu-plugins-mailer/compare/v0.1.5...0.2.0
6367[ 0.1.5 ] : https://github.com/sensu-plugins/sensu-plugins-mailer/compare/0.1.4...v0.1.5
6468[ 0.1.4 ] : https://github.com/sensu-plugins/sensu-plugins-mailer/compare/0.1.3...0.1.4
Original file line number Diff line number Diff line change 11module SensuPluginsMailer
22 module Version
33 MAJOR = 0
4- MINOR = 2
4+ MINOR = 3
55 PATCH = 0
66
77 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments