Skip to content

Commit eb47d60

Browse files
committed
prep for 3.0.0 release
1 parent 4c559a0 commit eb47d60

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
#### General
66

7-
- [ ] Update Changelog following the conventions laid out on [Keep A Changelog](http://keepachangelog.com/)
7+
- [ ] Update Changelog following the conventions laid out [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md)
88

99
- [ ] Update README with any necessary configuration snippets
1010

1111
- [ ] Binstubs are created if needed
1212

1313
- [ ] RuboCop passes
1414

15-
- [ ] Existing tests pass
15+
- [ ] Existing tests pass
1616

1717
#### New Plugins
1818

@@ -24,5 +24,4 @@
2424

2525
#### Purpose
2626

27-
#### Known Compatablity Issues
28-
27+
#### Known Compatibility Issues

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# Change Log
22
This project adheres to [Semantic Versioning](http://semver.org/).
33

4-
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
4+
This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md)
55

66
## [Unreleased]
77

8+
## [3.0.0] - 2018-01-11
89
### Breaking Changes
910
- bumped `sensu-plugin` dependency to 2.x which removes in handler filtering for `occurrences`. If you want to keep using the same filtering features you must specify it and ensure that you have applied the filter by setting `"filters": ["occurrences"]`. For more information see [here](https://blog.sensuapp.org/deprecating-event-filtering-in-sensu-plugin-b60c7c500be3) (@majormoses)
1011

12+
### Changed
13+
- update changelog guidelines location, fix spelling in PR template (@majormoses)
14+
1115
## [2.0.0] - 2017-10-21
1216
### Breaking Changes
1317
- `handler-slack-multichannel.rb`: Fixed title unknown issue when using proxy clients, change from client address to client name (@autumnw)
@@ -111,7 +115,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
111115
### Added
112116
- initial release
113117

114-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-slack/compare/2.0.0...HEAD
118+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-slack/compare/3.0.0...HEAD
119+
[3.0.0]: https://github.com/sensu-plugins/sensu-plugins-slack/compare/2.0.0...3.0.0
115120
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-slack/compare/1.5.0...2.0.0
116121
[1.5.1]: https://github.com/sensu-plugins/sensu-plugins-slack/compare/1.5.0...1.5.1
117122
[1.5.0]: https://github.com/sensu-plugins/sensu-plugins-slack/compare/1.4.0...1.5.0

lib/sensu-plugins-slack/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module SensuPluginsSlack
22
module Version
3-
MAJOR = 2
3+
MAJOR = 3
44
MINOR = 0
55
PATCH = 0
66

0 commit comments

Comments
 (0)