Skip to content

Commit 58c7ca7

Browse files
committed
prep for 1.1.0 release
1 parent 4185f73 commit 58c7ca7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ 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+
## [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-

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

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

0 commit comments

Comments
 (0)