CHANGELOG.md in sensu-plugins-redis-0.0.4 vs CHANGELOG.md in sensu-plugins-redis-0.1.0
- old
+ new
@@ -1,28 +1,35 @@
#Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
-## [Unreleased][unreleased]
-- nothing
+## [Unreleased]
+## [0.1.0] - 2016-03-22
+### Added
+- added support for memory check using percentage %
+
## [0.0.4] - 2015-08-04
### Changed
- general clean no code changes
-
## [0.0.3] - 2015-07-14
### Changed
- updated sensu-plugin gem to 1.2.0
-## [0.0.2 - 2015-07-05]
+## [0.0.2] - 2015-07-05
### Added
- Add check for existance of Redis keys
### Fixed
- Fixed the gemspec to properly install the plugins to the embedded sensu bin dir
## 0.0.1 - 2015-05-31
-
### Added
- initial release
+
+[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-redis/compare/0.1.0...HEAD
+[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