diff --git a/CHANGELOG.md b/CHANGELOG.md index 252f041..8f5ff55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang ## [Unreleased] -## [1.2.1] - 2017-07-19 +## [1.3.0] - 2017-07-19 ### Added - `slack-handler-multichannel.rb`: Added support for `icon_emoji` option, which documentation already suggested was supported (@fildred13) @@ -90,6 +90,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang - initial release [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-slack/compare/1.2.0...HEAD +[1.3.0]: https://github.com/sensu-plugins/sensu-plugins-slack/compare/1.2.0...1.3.0 [1.2.0]: https://github.com/sensu-plugins/sensu-plugins-slack/compare/1.1.1...1.2.0 [1.1.1]: https://github.com/sensu-plugins/sensu-plugins-slack/compare/1.1.0...1.1.1. [1.1.0]: https://github.com/sensu-plugins/sensu-plugins-slack/compare/1.0.0...1.1.0 diff --git a/lib/sensu-plugins-slack/version.rb b/lib/sensu-plugins-slack/version.rb index e4db44c..20e6b87 100644 --- a/lib/sensu-plugins-slack/version.rb +++ b/lib/sensu-plugins-slack/version.rb @@ -1,7 +1,7 @@ module SensuPluginsSlack module Version MAJOR = 1 - MINOR = 2 + MINOR = 3 PATCH = 0 VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')