CHANGELOG.md in sensu-plugins-chef-1.0.0 vs CHANGELOG.md in sensu-plugins-chef-2.0.0

- old
+ new

@@ -3,10 +3,25 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/) ## [Unreleased] +## [2.0.0] - 2017-02-12 +### Added +- `check-chef-nodes.rb`: make client name required and set a sane default (@majormoses) + +### Removed +- support for Ruby < 2.1.0 + +### Fixed +- fix travis builds for ruby versions that have older bundler installed (@majormoses) +- `check-chef-nodes.rb`: Fix exclude nodes config (@obazoud) +- `check-chef-nodes.rb`: Fix performance issue with `nodes_last_seen` being called twice when there are failed nodes (@obazoud) + +### Changed +- bump Chef gem to 12.12.15 (@mattyjones) + ## [1.0.0] - 2016-06-14 ### Added - check-chef-nodes.rb: add an option to "check-chef-nodes" to exclude nodes from check ### Changed @@ -45,10 +60,11 @@ ## 0.0.1 - 2015-05-04 ### Added - initial release -[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/1.0.0...HEAD +[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/2.0.0...HEAD +[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/1.0.0...2.0.0 [1.0.0]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/0.0.6...1.0.0 [0.0.6]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/0.0.5...0.0.6 [0.0.5]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/0.0.4...0.0.5 [0.0.4]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/0.0.3...0.0.4 [0.0.3]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/0.0.2...0.0.3