Skip to content

Commit 40075f2

Browse files
committed
🔖 Prepare 0.15.0 release
1 parent c1301ee commit 40075f2

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

‎CHANGELOG.md

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

66
## [Unreleased][unreleased]
77

8+
## [0.15.0][0.15.0]
9+
10+
### Added
11+
12+
- Support the `gitlab` trigger (see https://docs.openstack.org/infra/jenkins-job-builder/triggers.html#triggers.gitlab) ([#18](https://github.com/randycoulman/jujube/pull/18)) (with @halverneus)
13+
14+
- Support the `gitlab-notifier` publisher (see https://docs.openstack.org/infra/jenkins-job-builder/publishers.html#publishers.gitlab-notifier) ([#19](https://github.com/randycoulman/jujube/pull/19)) (with @halverneus)
15+
816
## [0.14.0][0.14.0]
917

1018
### Added
@@ -92,7 +100,8 @@ adheres to [Semantic Versioning](http://semver.org/).
92100

93101
- Initial public release.
94102

95-
[unreleased]: https://github.com/randycoulman/jujube/compare/v0.14.0...HEAD
103+
[unreleased]: https://github.com/randycoulman/jujube/compare/v0.15.0...HEAD
104+
[0.15.0]: https://github.com/randycoulman/jujube/compare/v0.14.0...v0.15.0
96105
[0.14.0]: https://github.com/randycoulman/jujube/compare/v0.13.0...v0.14.0
97106
[0.13.0]: https://github.com/randycoulman/jujube/compare/v0.12.0...v0.13.0
98107
[0.12.0]: https://github.com/randycoulman/jujube/compare/v0.11.0...v0.12.0

‎lib/jujube/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Top-level namespace for the gem.
22
module Jujube
33
# The current gem version.
4-
VERSION = "0.14.0"
4+
VERSION = "0.15.0"
55
end

0 commit comments

Comments
 (0)