Skip to content

Commit 58c565e

Browse files
committed
prep for 1.2.0 release
1 parent 2587649 commit 58c565e

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
55

66
## [Unreleased]
7+
8+
## [1.2.0] - 2017-06-24
9+
### Added
10+
- handler-mailer.rb: add contact routing like Sensu Enterprise works (@stevenviola)
11+
712
## [1.1.0] - 2017-06-01
813
### Fixed
914
- handler-mailer.rb - revert the commit which makes email go to wrong addresses
1015
- handler-mailer.rb - change `json_config` to `json_config_name` for clarity
1116
and add documentation
1217

13-
### Added
14-
- handler-mailer.rb: add contact routing like Sensu Enterprise works
15-
1618
## [1.0.0] - 2016-06-23
1719
### Fixed
1820
- fix timeout deprecation for ruby 2.3.0
@@ -87,7 +89,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
8789
### Added
8890
- initial release
8991

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
9194
[1.1.0]: https://github.com/sensu-plugins/sensu-plugins-mailer/compare/1.0.0...1.1.0
9295
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-mailer/compare/0.3.1...1.0.0
9396
[0.3.1]: https://github.com/sensu-plugins/sensu-plugins-mailer/compare/0.3.0...0.3.1

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 = 1
4-
MINOR = 1
4+
MINOR = 2
55
PATCH = 0
66

77
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')

0 commit comments

Comments
 (0)