Skip to content

Commit

Permalink
bump(release): v0.9.0 → v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelrhmanHamouda committed Jul 4, 2024
1 parent 594a69e commit 73f5ac1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

// Automatically managed by commitizen (.cz.yaml)
version = "0.9.0"
version = "0.9.1"
group = "com.locust"

repositories {
Expand Down

0 comments on commit 73f5ac1

Please sign in to comment.