CHANGELOG.md in sensu-plugins-consul-2.0.1 vs CHANGELOG.md in sensu-plugins-consul-2.1.0

- old
+ new

@@ -3,10 +3,15 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md) ## [Unreleased] +## [2.1.0] - 2018-03-29 +### Added +- `check-consul-quorum.rb`: Check how many servers can be lost while maintaining quorum (@roboticcheese) +- `check-consul-stale-peers.rb`: Check for stale peers in the raft configuration (@roboticcheese) + ## [2.0.1] - 2018-03-27 ### Security - updated yard dependency to `~> 0.9.11` per: https://nvd.nist.gov/vuln/detail/CVE-2017-17042 (@majormoses) ### Changed @@ -117,10 +122,11 @@ ## [0.0.1] - 2015-05-21 ### Added - initial release -[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-consul/compare/2.0.1...HEAD +[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-consul/compare/2.1.0...HEAD +[2.1.0]: https://github.com/sensu-plugins/sensu-plugins-consul/compare/2.0.1...2.1.0 [2.0.1]: https://github.com/sensu-plugins/sensu-plugins-consul/compare/2.0.0...2.0.1 [2.0.0]: https://github.com/sensu-plugins/sensu-plugins-consul/compare/1.6.1...2.0.0 [1.6.1]: https://github.com/sensu-plugins/sensu-plugins-consul/compare/1.6.0...1.6.1 [1.6.0]: https://github.com/sensu-plugins/sensu-plugins-consul/compare/1.5.0...1.6.0 [1.5.0]: https://github.com/sensu-plugins/sensu-plugins-consul/compare/1.4.1...1.5.0