CHANGELOG.md in sensu-plugins-jenkins-1.3.0 vs CHANGELOG.md in sensu-plugins-jenkins-1.4.0

- old
+ new

@@ -1,11 +1,25 @@ -#Change Log +# Change Log This project adheres to [Semantic Versioning](http://semver.org/). -This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/) +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.4.0] - 2017-11-15 +### Added +- Add Ruby 2.4.1 testing +- metrics-jenkins.rb: Add --timeout parameter + report of the request duration + +### Fixed +- lock dependency on `rb-readline` to remove deprecation warnings about fixnum (@majormoses) +- metrics-jenkins.rb: timeout not timing out properly + +### Changed +- update changelog format location (@majormoses) + ## [1.3.0] - 2017-05-04 ### Added - Additional parameter -w to report unstable jobs as a Sensu warning ## [1.2.0] - 2016-11-11 @@ -57,10 +71,11 @@ ## 0.0.1 - 2015-05-04 ### Added - initial release -[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-jenkins/compare/1.3.0...HEAD +[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-jenkins/compare/1.4.0...HEAD +[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 [1.0.0]: https://github.com/sensu-plugins/sensu-plugins-jenkins/compare/0.1.0...1.0.0 [0.1.0]: https://github.com/sensu-plugins/sensu-plugins-jenkins/compare/0.0.5...0.1.0