CHANGELOG.md in sensu-plugins-redis-0.1.0 vs CHANGELOG.md in sensu-plugins-redis-1.0.0

- old
+ new

@@ -3,10 +3,23 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/) ## [Unreleased] +## [1.0.0] - 2016-05-23 +### Added +- Ruby 2.3.0 support + +### Removed +- Ruby 1.9.3 support + +### Fixed +- check-redis-memory.rb, check-redis-memory-percentage.rb: fix message output + +### Changed +- Update to rubocop 0.40 and cleanup + ## [0.1.0] - 2016-03-22 ### Added - added support for memory check using percentage % ## [0.0.4] - 2015-08-04 @@ -26,10 +39,11 @@ ## 0.0.1 - 2015-05-31 ### Added - initial release -[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-redis/compare/0.1.0...HEAD +[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-redis/compare/1.0.0...HEAD +[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-redis/compare/0.1.0...1.0.0 [0.1.0]: https://github.com/sensu-plugins/sensu-plugins-redis/compare/0.0.4...0.1.0 [0.0.4]: https://github.com/sensu-plugins/sensu-plugins-redis/compare/0.0.3...0.0.4 [0.0.3]: https://github.com/sensu-plugins/sensu-plugins-redis/compare/0.0.2...0.0.3 [0.0.2]: https://github.com/sensu-plugins/sensu-plugins-redis/compare/0.0.1...0.0.2