CHANGELOG.md in sensu-plugins-dns-1.2.1 vs CHANGELOG.md in sensu-plugins-dns-1.2.2

- old
+ new

@@ -2,16 +2,25 @@ This project adheres to [Semantic Versioning](http://semver.org/). This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/) ## [Unreleased] + +## [1.2.2] - 2017-07-15 +### Fixed +- check-dns.rb: fixed a bug reported in #23 regarding an undefined variable only triggered when using the `--validate` flag. (@majormoses) + +### Added +- Testing for Ruby 2.4.1 +- Remove redundant testing code + ## [1.2.1] - 2017-05-16 ### Fixed -- check-dns.rb: fixed a bug introduced in #15 as the input to check_ips changed. This bug only manifested itself when using the `-r || --result` options +- check-dns.rb: fixed a bug introduced in #15 as the input to check_ips changed. This bug only manifested itself when using the `-r || --result` options (@majormoses) ## [1.2.0] - 2017-05-16 ### Added -- Add support for making multiple requests, with a threshold for success +- Add support for making multiple requests, with a threshold for success (@johanek) ## [1.1.0] ### Added - Added option for DNS server port (@apriljo) - Added option for use TCP instead of UDP (@liqw33d) @@ -54,10 +63,11 @@ - added binstubs ### Changed - removed cruft from /lib -[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-dns/compare/1.2.0...HEAD +[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-dns/compare/1.2.1...HEAD +[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 [1.0.0]: https://github.com/sensu-plugins/sensu-plugins-dns/compare/0.0.6...1.0.0 [0.0.6]: https://github.com/sensu-plugins/sensu-plugins-dns/compare/0.0.5...0.0.6 [0.0.5]: https://github.com/sensu-plugins/sensu-plugins-dns/compare/0.0.4...0.0.5