Skip to content

Commit

Permalink
Prepare 0.11.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
randycoulman committed Apr 8, 2016
1 parent eb830e8 commit 48a00d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/jujube/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Jujube
VERSION = "0.10.0"
VERSION = "0.11.0"
end

0 comments on commit 48a00d8

Please sign in to comment.