CHANGELOG.md in sensu-plugins-consul-1.6.1 vs CHANGELOG.md in sensu-plugins-consul-2.0.0

- old
+ new

@@ -3,10 +3,20 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md) ## [Unreleased] +## [2.0.0] - 2018-03-07 +### Security +- updated rubocop dependency to `~> 0.51.0` per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418. (@majormoses) + +### Breaking Changes +- removed ruby `< 2.1` support (@majormoses) + +### Changed +- appeased the cops (@majormoses) + ## [1.6.1] - 2018-03-02 ### Fixed - Bug fix for `check-consul-servers` so timeout option works (@joshbenner) ## [1.6.0] - 2017-09-30 @@ -100,10 +110,11 @@ ## [0.0.1] - 2015-05-21 ### Added - initial release -[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-consul/compare/1.6.1...HEAD +[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-consul/compare/2.0.0...HEAD +[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 [1.4.1]: https://github.com/sensu-plugins/sensu-plugins-consul/compare/1.4.0...1.4.1 [1.4.0]: https://github.com/sensu-plugins/sensu-plugins-consul/compare/1.3.0...1.4.0