diff --git a/CHANGELOG.md b/CHANGELOG.md
index 028cc2423ad3abe5454daad918f4554ca4826875..501355cf4ecbd93a4c0c8164b2f1e09f49653d03 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [4.1.1](https://gitlab.com/to-be-continuous/python/compare/4.1.0...4.1.1) (2022-05-06)
+
+
+### Bug Fixes
+
+* Manage deprecation for artifacts:report:cobertura ([9d7bcf3](https://gitlab.com/to-be-continuous/python/commit/9d7bcf393212c73ed16dd306abcd5a82ff04e5e5))
+
 # [4.1.0](https://gitlab.com/to-be-continuous/python/compare/4.0.1...4.1.0) (2022-05-01)
 
 
diff --git a/README.md b/README.md
index 5b0bc208ea46c787e7abcacee11653ee53c2b02b..065c057767e01d95c1f6ce744741517798ba3c04 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi
 ```yaml
 include:
   - project: 'to-be-continuous/python'
-    ref: '4.1.0'
+    ref: '4.1.1'
     file: '/templates/gitlab-ci-python.yml'
 ```
 
diff --git a/templates/gitlab-ci-python.yml b/templates/gitlab-ci-python.yml
index 390603469fa7b45a790436305986125ff160afdf..a63957e62521bbdee4e14e9c3458f7f8d92274e1 100644
--- a/templates/gitlab-ci-python.yml
+++ b/templates/gitlab-ci-python.yml
@@ -543,7 +543,7 @@ variables:
   image: $PYTHON_IMAGE
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "python", "4.1.0"]
+      command: ["--service", "python", "4.1.1"]
   # Cache downloaded dependencies and plugins between builds.
   # To keep cache across branches add 'key: "$CI_JOB_NAME"'
   cache: