diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7f1480d0c7d6da1e0c7d2587923da669bbd90731..c7d5d125acddaf97533bcd5ef95d6b36a9dd1666 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [2.1.1](https://gitlab.com/to-be-continuous/gitleaks/compare/2.1.0...2.1.1) (2023-01-27)
+
+
+### Bug Fixes
+
+* "Add registry name in all Docker images" ([47f16fd](https://gitlab.com/to-be-continuous/gitleaks/commit/47f16fd5eb3f71532b477fcb8a1ed1082cb8c31a))
+
 # [2.1.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.0.0...2.1.0) (2022-10-05)
 
 
diff --git a/README.md b/README.md
index d6c713920e41755dd3af02105185d24087f6bbcc..4db5d74da6b49bf97aa23112343af02060c41291 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ In order to include this template in your project, add the following to your `gi
 ```yaml
 include:
   - project: 'to-be-continuous/gitleaks'
-    ref: '2.1.0'
+    ref: '2.1.1'
     file: '/templates/gitlab-ci-gitleaks.yml'
 ```
 
diff --git a/templates/gitlab-ci-gitleaks.yml b/templates/gitlab-ci-gitleaks.yml
index dc35215fedb726e43650ad435de0e050610f0bf1..c53d6931bc25361be462297f054cfc3a13929c79 100644
--- a/templates/gitlab-ci-gitleaks.yml
+++ b/templates/gitlab-ci-gitleaks.yml
@@ -209,7 +209,7 @@ gitleaks:
     entrypoint: [""]
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "gitleaks", "2.1.0"]
+      command: ["--service", "gitleaks", "2.1.1"]
   stage: test
   needs: []
   variables: