Skip to content

Commit

Permalink
prep for 1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Jul 25, 2017
1 parent 413031f commit f41327d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)

## [Unreleased]

## [1.4.0] - 2017-07-24
### Added
- `slack-handler-multichannel.rb`: Added support for client-defined channel overrides (@fildred13)

Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugins-slack/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module SensuPluginsSlack
module Version
MAJOR = 1
MINOR = 3
MINOR = 4
PATCH = 0

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

0 comments on commit f41327d

Please sign in to comment.