diff --git a/CHANGELOG.md b/CHANGELOG.md
index db87f8117ed8c6fe6752ce2297ed9e832d097a86..d34a0b0d3732f81e768d0c98382390628ea6fefc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [6.3.3](https://gitlab.com/to-be-continuous/python/compare/6.3.2...6.3.3) (2023-08-09)
+
+
+### Bug Fixes
+
+* add component name to sbom ([6cb2719](https://gitlab.com/to-be-continuous/python/commit/6cb271973e7bdcd2a297b96c16a3a13dd42296be))
+
 ## [6.3.2](https://gitlab.com/to-be-continuous/python/compare/6.3.1...6.3.2) (2023-07-07)
 
 
diff --git a/README.md b/README.md
index 8a4e92085d42e06750325c48a63b9e0aff52f98c..417fa63fa13b419f7f8ea74779f8c13801cf844b 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.3.2'
+    ref: '6.3.3'
     file: '/templates/gitlab-ci-python.yml'
 ```
 
diff --git a/templates/gitlab-ci-python.yml b/templates/gitlab-ci-python.yml
index 46daf07312305cc2a97d8f1e8bfc6cdfd6271d51..f1821e904659177969f3d3a3d2ff87fd0dcb59e3 100644
--- a/templates/gitlab-ci-python.yml
+++ b/templates/gitlab-ci-python.yml
@@ -556,7 +556,7 @@ stages:
   image: $PYTHON_IMAGE
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "python", "6.3.2"]
+      command: ["--service", "python", "6.3.3"]
   # Cache downloaded dependencies and plugins between builds.
   # To keep cache across branches add 'key: "$CI_JOB_NAME"'
   cache: