CHANGELOG.md in sensu-plugins-dns-1.4.1 vs CHANGELOG.md in sensu-plugins-dns-2.0.0

- old
+ new

@@ -3,15 +3,21 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md) ## [Unreleased] +## [2.0.0] - 03-29-2018 +### Breaking Changes +- Dropping ruby `< 2.2` support (@yuri-zubov) -## [1.4.1] - 2018-07-15 -### Fixed -- explicitly depend on `public_suffix` version `~> 2` to keep support for ruby `2.0` (@mandre) +### Security +- updated yard dependency to `~> 0.9.11` per: https://nvd.nist.gov/vuln/detail/CVE-2017-17042 (@yuri-zubov sponsored by Actility, https://www.actility.com) +- updated rubocop dependency to `~> 0.51.0` per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418. (@yuri-zubov sponsored by Actility, https://www.actility.com) +### Added +- Added many checks for DNS zone (@yuri-zubov sponsored by Actility, https://www.actility.com) + ## [1.4.0] - 2018-03-21 ### Added - check-dns.rb: Added ability to use many name servers (@yuri-zubov) ## [1.3.0] - 2017-11-04 @@ -83,10 +89,11 @@ - added binstubs ### Changed - removed cruft from /lib -[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-dns/compare/1.4.0...HEAD +[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-dns/compare/2.0.0...HEAD +[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-dns/compare/1.4.0...2.0.0 [1.4.0]: https://github.com/sensu-plugins/sensu-plugins-dns/compare/1.3.0...1.4.0 [1.3.0]: https://github.com/sensu-plugins/sensu-plugins-dns/compare/1.2.1...1.3.0 [1.2.1]: https://github.com/sensu-plugins/sensu-plugins-dns/compare/1.2.0...1/1.2.1 [1.2.0]: https://github.com/sensu-plugins/sensu-plugins-dns/compare/1.1.0...1/1.2 [1.1.0]: https://github.com/sensu-plugins/sensu-plugins-dns/compare/1.0.0...1/1.0