Skip to content

Commit 8083908

Browse files
committed
prep for 2.0.0 release
1 parent dc9bc1d commit 8083908

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

CHANGELOG.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ 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+
## [2.0.0] - 2017-10-21
79
### Breaking Changes
8-
- `handler-slack-multichannel.rb`: Fixed title unknown issue, change from client address to client name
10+
- `handler-slack-multichannel.rb`: Fixed title unknown issue when using proxy clients, change from client address to client name (@autumnw)
911

10-
## [Unreleased]
1112
## [1.5.1] - 2017-08-18
1213
### Fixed
1314
- `handler-slack-multichannel.rb`: Add param webhook_urls to support one webhook_url per channel (@autumnw)
@@ -107,7 +108,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
107108
### Added
108109
- initial release
109110

110-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-slack/compare/1.5.0...HEAD
111+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-slack/compare/2.0.0...HEAD
112+
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-slack/compare/1.5.0...2.0.0
111113
[1.5.1]: https://github.com/sensu-plugins/sensu-plugins-slack/compare/1.5.0...1.5.1
112114
[1.5.0]: https://github.com/sensu-plugins/sensu-plugins-slack/compare/1.4.0...1.5.0
113115
[1.4.0]: https://github.com/sensu-plugins/sensu-plugins-slack/compare/1.3.0...1.4.0

lib/sensu-plugins-slack/version.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module SensuPluginsSlack
22
module Version
3-
MAJOR = 1
4-
MINOR = 5
5-
PATCH = 1
3+
MAJOR = 2
4+
MINOR = 0
5+
PATCH = 0
66

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

0 commit comments

Comments
 (0)