diff --git a/charts/camunda-load-tests/Chart.yaml b/charts/camunda-load-tests/Chart.yaml
index fae5fff..186ed74 100644
--- a/charts/camunda-load-tests/Chart.yaml
+++ b/charts/camunda-load-tests/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
name: camunda-load-tests
description: A Helm chart for Camunda load tests
type: application
-version: 0.1.11
+version: 0.1.12
appVersion: "8.8.0"
sources:
- https://github.com/camunda/camunda-load-tests-helm
@@ -17,4 +17,4 @@ annotations:
- name: Zeebe Docs
url: https://docs.camunda.io/docs/components/zeebe/zeebe-overview/
artifacthub.io/containsSecurityUpdates: "false"
- artifacthub.io/changes: "- kind: fixed\n description: \"make starter durationLimit configurable instead of hardcoding to 0\"\n"
+ artifacthub.io/changes: "- kind: fixed\n description: \"remove hardcoded worker pollingDelay default\"\n- kind: fixed\n description: \"documentation and links\"\n"
diff --git a/charts/camunda-load-tests/RELEASE-NOTES.md b/charts/camunda-load-tests/RELEASE-NOTES.md
index 720ce26..406795e 100644
--- a/charts/camunda-load-tests/RELEASE-NOTES.md
+++ b/charts/camunda-load-tests/RELEASE-NOTES.md
@@ -2,10 +2,20 @@ The changelog is automatically generated using [git-chglog](https://github.com/g
and it follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format.
-
-## [camunda-load-tests-0.1.11](https://github.com/camunda/camunda-load-tests-helm/compare/camunda-load-tests-0.1.10...camunda-load-tests-0.1.11) (2026-05-04)
+
+## [camunda-load-tests-0.1.12](https://github.com/camunda/camunda-load-tests-helm/compare/camunda-load-tests-0.1.11...camunda-load-tests-0.1.12) (2026-05-26)
+
+### Build
+
+* update golden
### Fix
-* make starter durationLimit configurable instead of hardcoding to 0
+* remove hardcoded worker pollingDelay default
+* documentation and links
+
+### Pull Requests
+
+* Merge pull request [#70](https://github.com/camunda/camunda-load-tests-helm/issues/70) from camunda/renovate/helm-4.x
+* Merge pull request [#60](https://github.com/camunda/camunda-load-tests-helm/issues/60) from camunda/release