diff --git a/.cz.yaml b/.cz.yaml index 7e46007..9739dae 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -5,7 +5,7 @@ commitizen: name: cz_conventional_commits tag_format: $major.$minor.$patch$prerelease update_changelog_on_bump: true - version: 0.9.0 + version: 0.9.1 version_files: - build.gradle:version - charts/locust-k8s-operator/Chart.yaml:appVersion diff --git a/CHANGELOG.md b/CHANGELOG.md index 4868806..f797144 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.9.1 (2024-07-04) + +### Fix + +- Grant job patch permission (#206) +- revert micronaut version (#205) +- Github actions failing to build (#204) + ## 0.9.0 (2024-07-03) ### Feat diff --git a/build.gradle b/build.gradle index 0aff9ea..d6fabaa 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } // Automatically managed by commitizen (.cz.yaml) -version = "0.9.0" +version = "0.9.1" group = "com.locust" repositories {