Skip to content

Commit 8769afb

Browse files
bump(release): v1.1.0 → v1.1.1
1 parent 3515d07 commit 8769afb

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ commitizen:
55
name: cz_conventional_commits
66
tag_format: $major.$minor.$patch$prerelease
77
update_changelog_on_bump: true
8-
version: 1.1.0
8+
version: 1.1.1
99
version_files:
1010
- build.gradle:version
1111
- charts/locust-k8s-operator/Chart.yaml:appVersion

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 1.1.1 (2025-07-04)
2+
13
## 1.1.0 (2025-07-03)
24

35
### Feat

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
// Automatically managed by commitizen (.cz.yaml)
10-
version = "1.1.0"
10+
version = "1.1.1"
1111
group = "com.locust"
1212

1313
repositories {

charts/locust-k8s-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.1.0
18+
version: 1.1.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "1.1.0"
24+
appVersion: "1.1.1"

0 commit comments

Comments
 (0)