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

- old
+ new

@@ -3,10 +3,25 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/) ## [Unreleased] +## [1.0.0] - 2016-06-03 +### Removed +- support for Rubies 1.9.3 and 2.0 + +### Added +- support for Ruby 2.3 + +### Changed +- Update to rubocop 0.40 and cleanup +- Update to mongo gem 2.2.x and boson 4.x for MongoDB 3.2 support + +### Fixed +- Long was added as a numeric type +- metrics-mongodb.rb: fix typo + ## [0.0.8] - 2016-03-04 ### Added - Add a ruby wrapper script for check-mongodb.py ### Changed @@ -47,10 +62,11 @@ ## 0.0.1 - 2015-05-20 ### Added - initial release -[unreleased]: https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/0.0.8...HEAD +[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/1.0.0...HEAD +[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/0.0.8...1.0.0 [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