CHANGELOG.md in sensu-plugins-dns-2.1.0 vs CHANGELOG.md in sensu-plugins-dns-2.1.1
- old
+ new
@@ -3,15 +3,19 @@
This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md)
## [Unreleased]
+## [2.1.1] - 2018-07-16
+### Fixed
+- explicitly depend on `public_suffix` version `~> 2` to keep support for ruby `2.0` (@mandre)
+
## [2.1.0] - 2018-05-30
### Changed
- check-dns-zone.rb: `--timeout` is now also applied on the whois lookup (@eberkut)
-## [2.0.0] - 03-29-2018
+## [2.0.0] - 2018-03-29
### Breaking Changes
- Dropping ruby `< 2.2` support (@yuri-zubov)
### 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)
@@ -93,10 +97,11 @@
- added binstubs
### Changed
- removed cruft from /lib
-[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-dns/compare/2.1.0...HEAD
+[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-dns/compare/2.1.1...HEAD
+[2.1.1]: https://github.com/sensu-plugins/sensu-plugins-dns/compare/2.1.0...2.1.1
[2.1.0]: https://github.com/sensu-plugins/sensu-plugins-dns/compare/2.0.0...2.1.0
[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