Skip to content

Commit 699efde

Browse files
committed
prep for 0.3.0 release
1 parent 6a71441 commit 699efde

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

lib/sensu-plugins-mailer/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module 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('.')

0 commit comments

Comments
 (0)