File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44This CHANGELOG follows the format listed [ here] ( https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md )
55
66## [ Unreleased]
7+
8+ ## [ 2.1.0] - 2018-11-01
79### Added
810- handler-mailer.rb: add subject_template feature. With this option to can change the default subject with a template.
911
@@ -108,6 +110,7 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
108110- initial release
109111
110112[ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-mailer/compare/2.0.1...HEAD
113+ [ 2.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-mailer/compare/2.0.1...2.1.0
111114[ 2.0.1 ] : https://github.com/sensu-plugins/sensu-plugins-mailer/compare/2.0.0...2.0.1
112115[ 2.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-mailer/compare/1.2.0...2.0.0
113116[ 1.2.0 ] : https://github.com/sensu-plugins/sensu-plugins-mailer/compare/1.1.0...1.2.0
Original file line number Diff line number Diff line change 11module SensuPluginsMailer
22 module Version
33 MAJOR = 2
4- MINOR = 0
5- PATCH = 1
4+ MINOR = 1
5+ PATCH = 0
66
77 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
88 end
You can’t perform that action at this time.
0 commit comments