CHANGELOG.md in sensu-plugins-jenkins-0.1.0 vs CHANGELOG.md in sensu-plugins-jenkins-1.0.0
- old
+ new
@@ -1,12 +1,24 @@
#Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
-## [Unreleased][unreleased]
+## [Unreleased]
+## [1.0.0] - 2016-10-04
+### Added
+- Ruby 2.3.0 support
+
+### Removed
+- Ruby 1.9.3 support
+
+### Changed
+- check-jenkins-job-status.rb: if a job is in progress, use the result of the last completed build instead
+- Update to rubocop 0.40 and cleanup
+- Relax `sensu-plugin` dependency
+
## [0.1.0] - 2015-12-14
### Added
- Enhanced error messages in particular when the check configuration is wrong
- Update dependent jenkins-api version to 1.4.2
- Changed check-jenkins-job-status.rb and check-jenkins-build-time.rb to use server_url to allow
@@ -25,14 +37,20 @@
### Added
- New check `bin/check-jenkins-build-time.rb` which alerts when Jenkins builds
fail to succeed within a certain duration or configurable time window.
## [0.0.2] - 2015-06-03
-
### Added
- PR #1
- Added ability to specify Jenkins port. Will default to 8080
## 0.0.1 - 2015-05-04
-
### Added
- initial release
+
+[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-jenkins/compare/1.0.0...HEAD
+[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
+[0.0.5]: https://github.com/sensu-plugins/sensu-plugins-jenkins/compare/0.0.4...0.0.5
+[0.0.4]: https://github.com/sensu-plugins/sensu-plugins-jenkins/compare/0.0.3...0.0.4
+[0.0.3]: https://github.com/sensu-plugins/sensu-plugins-jenkins/compare/0.0.2...0.0.3
+[0.0.2]: https://github.com/sensu-plugins/sensu-plugins-jenkins/compare/0.0.1...0.0.2