CHANGELOG.md in sensu-plugins-jenkins-1.5.0 vs CHANGELOG.md in sensu-plugins-jenkins-1.6.0
- old
+ new
@@ -3,10 +3,14 @@
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.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
## [1.5.0] - 2018-02-17
### Added
- check-jenkins-health.rb: Add --insecure parameter to allow self signed ssl certs (@sabbene)
@@ -75,10 +79,11 @@
## 0.0.1 - 2015-05-04
### Added
- initial release
-[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-jenkins/compare/1.5.0...HEAD
+[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-jenkins/compare/1.6.0...HEAD
+[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
[1.1.0]: https://github.com/sensu-plugins/sensu-plugins-jenkins/compare/1.0.0...1.1.0