diff --git a/CHANGELOG.md b/CHANGELOG.md
index c7d5d125acddaf97533bcd5ef95d6b36a9dd1666..93928aab57c3e22fd12e7d4a4f0b8a17c63ec062 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [2.2.0](https://gitlab.com/to-be-continuous/gitleaks/compare/2.1.1...2.2.0) (2023-05-27)
+
+
+### Features
+
+* **workflow:** extend (skip ci) feature ([a4b454e](https://gitlab.com/to-be-continuous/gitleaks/commit/a4b454e27fb378b181b3051eb6d463c9b82a9323))
+
 ## [2.1.1](https://gitlab.com/to-be-continuous/gitleaks/compare/2.1.0...2.1.1) (2023-01-27)
 
 
diff --git a/README.md b/README.md
index 4db5d74da6b49bf97aa23112343af02060c41291..afcb1deb8b20279b3b7bd9a01335e900a81452ca 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.1'
+    ref: '2.2.0'
     file: '/templates/gitlab-ci-gitleaks.yml'
 ```
 
diff --git a/templates/gitlab-ci-gitleaks.yml b/templates/gitlab-ci-gitleaks.yml
index 18d2a10aa0fed81adeea16c334d88ce85a55b7bc..62d517c523d5901712d208a004041a56f0d51c5f 100644
--- a/templates/gitlab-ci-gitleaks.yml
+++ b/templates/gitlab-ci-gitleaks.yml
@@ -223,7 +223,7 @@ gitleaks:
     entrypoint: [""]
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "gitleaks", "2.1.1"]
+      command: ["--service", "gitleaks", "2.2.0"]
   stage: test
   needs: []
   variables: