CHANGELOG.md in sensu-plugins-mongodb-1.1.0 vs CHANGELOG.md in sensu-plugins-mongodb-1.2.0

- old
+ new

@@ -3,10 +3,19 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/) ## [Unreleased] +## [1.2.0] - 2017-03-06 +### Fixed +- `check-mongodb.py`: Set read preference for pymongo 2.2+ to fix 'General MongoDB Error: can't set attribute' (@boutetnico) +- `check-mongodb.py`: Fix mongo replication lag percent check showing password in plain text (@furbiesandbeans) +- `metrics-mongodb-replication.rb`: Sort replication members to ensure the primary is the first element (@gonzalo-radio) + +### Changed +- Update `mongo` gem to 2.4.1, which adds support for MongoDB 3.4 (@eheydrick) + ## [1.1.0] - 2016-10-17 ### Added - Inclusion of check-mongodb-metrics.rb to perform checks against the same data metrics-mongodb.rb produces. (@stefano-pogliani) - Inclusion of lib/sensu-plugins-mongodb/metics.rb to share metric collection logic. (@stefano-pogliani) - Tests to the metrics processing shared code. (@stefano-pogliani) @@ -78,10 +87,11 @@ ## 0.0.1 - 2015-05-20 ### Added - initial release -[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/1.1.0...HEAD +[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/1.2.0...HEAD +[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 [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