File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
55
66## [ Unreleased]
77
8- ## [ 1.2.1 ] - 2017-07-19
8+ ## [ 1.3.0 ] - 2017-07-19
99### Added
1010- ` slack-handler-multichannel.rb ` : Added support for ` icon_emoji ` option, which documentation already suggested was supported (@fildred13 )
1111
@@ -90,6 +90,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
9090- initial release
9191
9292[ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-slack/compare/1.2.0...HEAD
93+ [ 1.3.0 ] : https://github.com/sensu-plugins/sensu-plugins-slack/compare/1.2.0...1.3.0
9394[ 1.2.0 ] : https://github.com/sensu-plugins/sensu-plugins-slack/compare/1.1.1...1.2.0
9495[ 1.1.1 ] : https://github.com/sensu-plugins/sensu-plugins-slack/compare/1.1.0...1.1.1.
9596[ 1.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-slack/compare/1.0.0...1.1.0
Original file line number Diff line number Diff line change 11module SensuPluginsSlack
22 module Version
33 MAJOR = 1
4- MINOR = 2
4+ MINOR = 3
55 PATCH = 0
66
77 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments