CHANGELOG.md in sensu-plugins-sensu-4.2.0 vs CHANGELOG.md in sensu-plugins-sensu-4.3.0

- old
+ new

@@ -4,13 +4,17 @@ This CHANGELOG follows the format listed at [Our CHANGELOG Guidelines ](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md). Which is based on [Keep A Changelog](http://keepachangelog.com/) ## [Unreleased] +## [4.3.0] - 2019-07-02 +### Changed +- update rest-client to 2.0.2 to fix rest-client issue with 1.8.0 and ruby > 2.4.x + ## [4.2.0] - 2018-09-19 ### Added -- check-stale-results.rb: added an option to pass read_timeout for http request. +- check-stale-results.rb: added an option to pass read_timeout for http request. (@bkim8815) ## [4.1.0] - 2018-08-28 ### Changed - bumped dependency of `sensu-plugin` to `~> 2.6` to provide paginated HTTP get (@cwjohnston) - check-stale-results.rb: use paginated HTTP get (@cwjohnston) @@ -151,10 +155,11 @@ ## 0.0.1 - 2015-06-04 ### Added - initial release -[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/4.2.0...HEAD +[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/4.3.0...HEAD +[4.3.0]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/4.2.0...4.3.0 [4.2.0]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/4.1.0...4.2.0 [4.1.0]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/4.0.0...4.1.0 [4.0.0]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/3.0.0...4.0.0 [3.0.0]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/2.5.0...3.0.0 [2.5.0]: https://github.com/sensu-plugins/sensu-plugins-sensu/compare/2.4.1...2.5.0