CHANGELOG.md in sensu-plugins-mongodb-1.2.2 vs CHANGELOG.md in sensu-plugins-mongodb-1.3.0

- old
+ new

@@ -2,10 +2,16 @@ This project adheres to [Semantic Versioning](http://semver.org/). This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/) ## [Unreleased] + +## [1.3.0] +### Added +- Support for database size metrics (@naemono) +- Tests covering returning database size metrics (@naemono) + ## [1.2.2] ### Fixed - `check-mongodb.py`: will now correctly crit on connection issues (@majormoses) ## [1.2.1] - 2017-05-07 ### Fixed @@ -93,10 +99,11 @@ ## 0.0.1 - 2015-05-20 ### Added - initial release -[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/1.2.1...HEAD +[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/1.3.0...HEAD +[1.3.0]: https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/1.2.1...1.3.0 [1.2.1]: https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/1.2.0...1.2.1 [1.2.0]: https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/1.1.0...1.2.0 [1.1.0]: https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/1.0.0...1.1.0 [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