Skip to content

Commit

Permalink
bump(release): v0.10.0 → v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelrhmanHamouda committed Oct 26, 2024
1 parent 4b7e35d commit dd1eb0c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 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.10.0
version: 0.11.0
version_files:
- build.gradle:version
- charts/locust-k8s-operator/Chart.yaml:appVersion
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.11.0 (2024-10-26)

### Feat

- add metadata.namespace for deployment (#223)

## 0.10.0 (2024-09-16)

### 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.10.0"
version = "0.11.0"
group = "com.locust"

repositories {
Expand Down
4 changes: 2 additions & 2 deletions charts/locust-k8s-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.10.0
version: 0.11.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.10.0"
appVersion: "0.11.0"

0 comments on commit dd1eb0c

Please sign in to comment.