Skip to content

Commit 48a00d8

Browse files
committed
Prepare 0.11.0 release
1 parent eb830e8 commit 48a00d8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased][unreleased]
77

8+
## [0.11.0][0.11.0]
9+
810
### Breaking Changes
911

1012
* 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/).
6870

6971
* Initial public release.
7072

71-
[unreleased]: https://github.com/randycoulman/jujube/compare/v0.10.0...HEAD
73+
[unreleased]: https://github.com/randycoulman/jujube/compare/v0.11.0...HEAD
74+
[0.11.0]: https://github.com/randycoulman/jujube/compare/v0.10.0...v0.11.0
7275
[0.10.0]: https://github.com/randycoulman/jujube/compare/v0.9.0...v0.10.0
7376
[0.9.0]: https://github.com/randycoulman/jujube/compare/v0.8.0...v0.9.0
7477
[0.8.0]: https://github.com/randycoulman/jujube/compare/v0.7.0...v0.8.0

lib/jujube/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Jujube
2-
VERSION = "0.10.0"
2+
VERSION = "0.11.0"
33
end

0 commit comments

Comments
 (0)