File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44This CHANGELOG follows the format listed at [ Keep A Changelog] ( http://keepachangelog.com/ )
55
66## [ Unreleased]
7+ ## [ 1.1.0] - 2017-06-01
78### Fixed
89- handler-mailer.rb - revert the commit which makes email go to wrong addresses
910- handler-mailer.rb - change ` json_config ` to ` json_config_name ` for clarity
@@ -83,7 +84,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
8384### Added
8485- initial release
8586
86- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-mailer/compare/1.0.0...HEAD
87+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-mailer/compare/1.1.0...HEAD
88+ [ 1.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-mailer/compare/1.0.0...1.1.0
8789[ 1.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-mailer/compare/0.3.1...1.0.0
8890[ 0.3.1 ] : https://github.com/sensu-plugins/sensu-plugins-mailer/compare/0.3.0...0.3.1
8991[ 0.3.0 ] : https://github.com/sensu-plugins/sensu-plugins-mailer/compare/0.2.0...0.3.0
@@ -95,4 +97,3 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
9597[ 0.1.1 ] : https://github.com/sensu-plugins/sensu-plugins-mailer/compare/0.1.0...0.1.1
9698[ 0.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-mailer/compare/0.0.2...0.1.0
9799[ 0.0.2 ] : https://github.com/sensu-plugins/sensu-plugins-mailer/compare/0.0.1...0.0.2
98-
Original file line number Diff line number Diff line change 11module SensuPluginsMailer
22 module Version
33 MAJOR = 1
4- MINOR = 0
4+ MINOR = 1
55 PATCH = 0
66
77 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments