diff --git a/CHANGELOG.md b/CHANGELOG.md index 49ec370..d28a58d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][unreleased] +## [0.11.0][0.11.0] + ### Breaking Changes * The `pollscm` component has been updated to conform to the new API in jenkins-job-builder 1.3.0 and later. See http://docs.openstack.org/infra/jenkins-job-builder/triggers.html#triggers.pollscm for details of the change. If you need to use the `pollscm` component and older versions of jenkins-job-builder, then stick with version 0.10.0 or earlier of Jujube. @@ -68,7 +70,8 @@ adheres to [Semantic Versioning](http://semver.org/). * Initial public release. -[unreleased]: https://github.com/randycoulman/jujube/compare/v0.10.0...HEAD +[unreleased]: https://github.com/randycoulman/jujube/compare/v0.11.0...HEAD +[0.11.0]: https://github.com/randycoulman/jujube/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/randycoulman/jujube/compare/v0.9.0...v0.10.0 [0.9.0]: https://github.com/randycoulman/jujube/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/randycoulman/jujube/compare/v0.7.0...v0.8.0 diff --git a/lib/jujube/version.rb b/lib/jujube/version.rb index 0614bc8..bbe38a5 100644 --- a/lib/jujube/version.rb +++ b/lib/jujube/version.rb @@ -1,3 +1,3 @@ module Jujube - VERSION = "0.10.0" + VERSION = "0.11.0" end