CHANGELOG.md in sensu-plugins-mongodb-0.0.7 vs CHANGELOG.md in sensu-plugins-mongodb-0.0.8

- old
+ new

@@ -1,12 +1,19 @@ #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] +## [0.0.8] - 2016-03-04 +### Added +- Add a ruby wrapper script for check-mongodb.py + +### Changed +- Rubocop upgrade and cleanup + ## [0.0.7] - 2015-11-12 ### Fixed - Stopped trying to gather indexCounters data from mongo 3 (metrics-mongodb.rb) ### Changed @@ -40,9 +47,13 @@ ## 0.0.1 - 2015-05-20 ### Added - initial release -[unreleased]: https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/0.0.4...HEAD +[unreleased]: https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/0.0.8...HEAD +[0.0.8]: https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/0.0.7...0.0.8 +[0.0.7]: https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/0.0.6...0.0.7 +[0.0.6]: https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/0.0.5...0.0.6 +[0.0.5]: https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/0.0.4...0.0.5 [0.0.4]: https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/0.0.3...0.0.4 [0.0.3]: https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/0.0.2...0.0.3 [0.0.2]: https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/0.0.1...0.0.2