File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
This CHANGELOG follows the format listed at [ Keep A Changelog] ( http://keepachangelog.com/ )
5
5
6
6
## [ Unreleased]
7
+
8
+ ## [ 1.2.0] - 2017-06-24
9
+ ### Added
10
+ - handler-mailer.rb: add contact routing like Sensu Enterprise works (@stevenviola )
11
+
7
12
## [ 1.1.0] - 2017-06-01
8
13
### Fixed
9
14
- handler-mailer.rb - revert the commit which makes email go to wrong addresses
10
15
- handler-mailer.rb - change ` json_config ` to ` json_config_name ` for clarity
11
16
and add documentation
12
17
13
- ### Added
14
- - handler-mailer.rb: add contact routing like Sensu Enterprise works
15
-
16
18
## [ 1.0.0] - 2016-06-23
17
19
### Fixed
18
20
- fix timeout deprecation for ruby 2.3.0
@@ -87,7 +89,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
87
89
### Added
88
90
- initial release
89
91
90
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-mailer/compare/1.1.0...HEAD
92
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-mailer/compare/1.2.0...HEAD
93
+ [ 1.2.0 ] : https://github.com/sensu-plugins/sensu-plugins-mailer/compare/1.1.0...1.2.0
91
94
[ 1.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-mailer/compare/1.0.0...1.1.0
92
95
[ 1.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-mailer/compare/0.3.1...1.0.0
93
96
[ 0.3.1 ] : https://github.com/sensu-plugins/sensu-plugins-mailer/compare/0.3.0...0.3.1
Original file line number Diff line number Diff line change 1
1
module SensuPluginsMailer
2
2
module Version
3
3
MAJOR = 1
4
- MINOR = 1
4
+ MINOR = 2
5
5
PATCH = 0
6
6
7
7
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments