diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0dceb8a0fb0b5885b7d9498508d3566d3e9d5a2e..83fdc35783ade1027d94f7546d1e40722a5a0f7a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [6.1.5](https://gitlab.com/to-be-continuous/python/compare/6.1.4...6.1.5) (2023-03-28)
+
+
+### Bug Fixes
+
+* **sbom:** add CycloneDX report ([6525c1c](https://gitlab.com/to-be-continuous/python/commit/6525c1cf39fe2e88039122a523bc96e6b1903431))
+
 ## [6.1.4](https://gitlab.com/to-be-continuous/python/compare/6.1.3...6.1.4) (2023-03-18)
 
 
diff --git a/README.md b/README.md
index e87088e1796a9ccd943732ba7f42e56b9f8e4837..c63f09db84ea77a850c2efb33c3c1ff56bee9b90 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
 ```yaml
 include:
   - project: 'to-be-continuous/python'
-    ref: '6.1.4'
+    ref: '6.1.5'
     file: '/templates/gitlab-ci-python.yml'
 ```
 
diff --git a/templates/gitlab-ci-python.yml b/templates/gitlab-ci-python.yml
index 95b87fce0c6b8aab76dd821e78145c6255393bb2..c7ee88e6274683412912e165e4b0998e9cc6221e 100644
--- a/templates/gitlab-ci-python.yml
+++ b/templates/gitlab-ci-python.yml
@@ -565,7 +565,7 @@ variables:
   image: $PYTHON_IMAGE
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "python", "6.1.4"]
+      command: ["--service", "python", "6.1.5"]
   # Cache downloaded dependencies and plugins between builds.
   # To keep cache across branches add 'key: "$CI_JOB_NAME"'
   cache: