CHANGELOG.md in sensu-plugins-jenkins-1.6.0 vs CHANGELOG.md in sensu-plugins-jenkins-1.6.1

- old
+ new

@@ -3,10 +3,18 @@ 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] + +## [1.6.1] - 2018-03-01 +### Fixed +- check-jenkins-health.rb: added various rescues to prevent from bricking (@mdzidic) (@majormoses) + +### Added +- check-jenkins-health.rb: added `--verbose` option to allow user to control the output returned when you have an error (@majormoses) + ## [1.6.0] - 2018-02-21 ### Added - check-jenkins.rb: Add --insecure parameter to allow self signed ssl certs - metrics-jenkins.rb: Add --insecure parameter to allow self signed ssl certs @@ -79,10 +87,11 @@ ## 0.0.1 - 2015-05-04 ### Added - initial release -[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-jenkins/compare/1.6.0...HEAD +[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-jenkins/compare/1.6.1...HEAD +[1.6.1]: https://github.com/sensu-plugins/sensu-plugins-jenkins/compare/1.6.0...1.6.1 [1.6.0]: https://github.com/sensu-plugins/sensu-plugins-jenkins/compare/1.5.0...1.6.0 [1.5.0]: https://github.com/sensu-plugins/sensu-plugins-jenkins/compare/1.4.0...1.5.0 [1.4.0]: https://github.com/sensu-plugins/sensu-plugins-jenkins/compare/1.3.0...1.4.0 [1.3.0]: https://github.com/sensu-plugins/sensu-plugins-jenkins/compare/1.2.0...1.3.0 [1.2.0]: https://github.com/sensu-plugins/sensu-plugins-jenkins/compare/1.1.0...1.2.0