Skip to content

Commit

Permalink
Update version number and changelog for v0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
swltr committed Jun 1, 2023
1 parent 4003506 commit 6cab531
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ toc::[]

= Changelog

== Unreleased

...

== Version 0.11 (2023-06-01)

* New features and enhancements:
Expand Down
2 changes: 1 addition & 1 deletion gradle/common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ else if (System.env.CI_PIPELINE_IID) {
// - The minor version number should be incremented when new feature were added.
// - The patch level should be incremented with every small change to the code
// (e.g. bugfixes).
project.version = "0.11.0"
project.version = "0.12.0"
if (!(project.hasProperty("NO_BUILD_NUMBER")
&& Boolean.valueOf(project.getProperties().get("NO_BUILD_NUMBER")))) {
project.version += "-$versionBuild"
Expand Down

0 comments on commit 6cab531

Please sign in to comment.