CHANGELOG.md in sensu-plugins-redis-1.4.0 vs CHANGELOG.md in sensu-plugins-redis-2.0.0
- old
+ new
@@ -3,10 +3,21 @@
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
## [Unreleased]
+## [2.0.0] - 2017-07-23
+### Breaking Changes
+- Standardised exit status for Redis connection failures/timeouts to Unknown, with the exception of 'check-redis-ping' which will exit Critical (@Evesy)
+- check-redis-memory-percentage.rb, check-redis-memory.rb: removed redundant `crit_conn` (@Evesy)
+
+### Added
+- Config option to override the default exit status on Redis connection failures/timeouts
+
+### Added
+- ruby 2.4 testing on travis (@majormoses)
+
## [1.4.0] - 2017-06-24
### Added
- check-redis-list-length.rb support more datatypes to check (@nevins-b)
## [1.3.1] - 2017-05-31
@@ -77,10 +88,11 @@
## 0.0.1 - 2015-05-31
### Added
- initial release
-[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-redis/compare/1.4.0...HEAD
+[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-redis/compare/2.0.0...HEAD
+[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-redis/compare/1.4.0...2.0.0
[1.4.0]: https://github.com/sensu-plugins/sensu-plugins-redis/compare/1.3.1...1.4.0
[1.3.1]: https://github.com/sensu-plugins/sensu-plugins-redis/compare/1.3.0...1.3.1
[1.3.0]: https://github.com/sensu-plugins/sensu-plugins-redis/compare/1.2.2...1.3.0
[1.2.2]: https://github.com/sensu-plugins/sensu-plugins-redis/compare/1.2.1...1.2.2
[1.2.1]: https://github.com/sensu-plugins/sensu-plugins-redis/compare/1.2.0...1.2.1