You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+7-2
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,17 @@
1
1
# Change Log
2
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
3
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)
5
5
6
6
## [Unreleased]
7
7
8
+
## [3.0.0] - 2018-01-11
8
9
### Breaking Changes
9
10
- 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)
0 commit comments