diff --git a/CHANGELOG.md b/CHANGELOG.md
index 83fdc35783ade1027d94f7546d1e40722a5a0f7a..598560d9a58d95b09e8285111aaf0d3d0fad972b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [6.2.0](https://gitlab.com/to-be-continuous/python/compare/6.1.5...6.2.0) (2023-05-27)
+
+
+### Features
+
+* **workflow:** extend (skip ci) feature ([ba47f0e](https://gitlab.com/to-be-continuous/python/commit/ba47f0ee543aef7f80f33a10e023c5f214e3b7b1))
+
 ## [6.1.5](https://gitlab.com/to-be-continuous/python/compare/6.1.4...6.1.5) (2023-03-28)
 
 
diff --git a/README.md b/README.md
index a761a030a41e7e4cc397c746a43857bbb2df4564..6fb9abd4ed5ce47f9464039d11f46de8f499831c 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.5'
+    ref: '6.2.0'
     file: '/templates/gitlab-ci-python.yml'
 ```
 
diff --git a/templates/gitlab-ci-python.yml b/templates/gitlab-ci-python.yml
index db4bc066d88f79c279a1d75285296ef630db094c..09ee2579ab6ab77c58302808b3cb9082b987940f 100644
--- a/templates/gitlab-ci-python.yml
+++ b/templates/gitlab-ci-python.yml
@@ -579,7 +579,7 @@ variables:
   image: $PYTHON_IMAGE
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "python", "6.1.5"]
+      command: ["--service", "python", "6.2.0"]
   # Cache downloaded dependencies and plugins between builds.
   # To keep cache across branches add 'key: "$CI_JOB_NAME"'
   cache: