CHANGELOG.md in sensu-plugins-jenkins-1.7.0 vs CHANGELOG.md in sensu-plugins-jenkins-1.7.1

- old
+ new

@@ -4,10 +4,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.7.1] - 2018-06-10 +### Fixed +- check-jenkins-job-status.rb: fix issue when multiple builds are currently running (@CoRfr) + ## [1.7.0] - 2018-05-14 ### Added - check-jenkins-build-time.rb: add `--check-build-duration` mode to check duration (@CoRfr) - check-jenkins.rb: add `--timeout` option to specify timeout instead of the hardcoded 5s (@CoRfr) @@ -98,10 +102,11 @@ ## 0.0.1 - 2015-05-04 ### Added - initial release -[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-jenkins/compare/1.7.0...HEAD +[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-jenkins/compare/1.7.1...HEAD +[1.7.1]: https://github.com/sensu-plugins/sensu-plugins-jenkins/compare/1.7.0...1.7.1 [1.7.0]: https://github.com/sensu-plugins/sensu-plugins-jenkins/compare/1.6.2...1.7.0 [1.6.2]: https://github.com/sensu-plugins/sensu-plugins-jenkins/compare/1.6.1...1.6.2 [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