CHANGELOG.md in sensu-plugins-beanstalk-1.2.0 vs CHANGELOG.md in sensu-plugins-beanstalk-2.0.0
- old
+ new
@@ -1,16 +1,29 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
-This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
+This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md).
## [Unreleased]
+## [2.0.0] - 2018-01-31
+### 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 to support newer rubocop (@majormoses)
+
+### Changed
+- appeased the cops (@majormoses)
+
+### Added
+- PR template from skel (@majormoses)
+
## [1.2.0] - 2017-10-22
### Added
- real tests with serverspec (@anakinj)
-- check-beanstalkd, ignore missing queues by default. Behavior controlled by --alert-on-missing parameter. (@anakinj)
+- check-beanstalkd, ignore missing queues by default. Behavior controlled by `--alert-on-missing parameter`. (@anakinj)
## [1.1.0] - 2017-08-15
### Added
- Option to get the age of a item in the tubes. add age to the --stats (@derkgort)
@@ -40,10 +53,11 @@
## [0.0.1] - 2015-04-30
### Added
- initial release
-[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-beanstalk/compare/1.1.0...HEAD
+[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-beanstalk/compare/2.0.0...HEAD
+[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-beanstalk/compare/1.1.0...2.0.0
[1.2.0]: https://github.com/sensu-plugins/sensu-plugins-beanstalk/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/sensu-plugins/sensu-plugins-beanstalk/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-beanstalk/compare/0.0.4...1.0.0
[0.0.4]: https://github.com/sensu-plugins/sensu-plugins-beanstalk/compare/0.0.3...0.0.4
[0.0.3]: https://github.com/sensu-plugins/sensu-plugins-beanstalk/compare/0.0.2...0.0.3