diff --git a/CHANGELOG.md b/CHANGELOG.md
index fc47d938cef2eb1d06213808520416ec507a94c1..968fcba4372afc125824260000e752a12213dfd1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [2.5.2](https://gitlab.com/to-be-continuous/gitleaks/compare/2.5.1...2.5.2) (2024-05-05)
+
+
+### Bug Fixes
+
+* **workflow:** disable MR pipeline from prod & integ branches ([3d43c7f](https://gitlab.com/to-be-continuous/gitleaks/commit/3d43c7f96d6e623bf20df17f0302b2dbe22b6fa2))
+
 ## [2.5.1](https://gitlab.com/to-be-continuous/gitleaks/compare/2.5.0...2.5.1) (2024-03-31)
 
 
diff --git a/README.md b/README.md
index 621bd426ce7b7117f6fdc3782e19894c8803503a..7e8d78a479c20bfb16fe1427959fe1e4d2786f0b 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ Add the following to your `gitlab-ci.yml`:
 ```yaml
 include:
   # 1: include the component
-  - component: gitlab.com/to-be-continuous/gitleaks/gitlab-ci-gitleaks@2.5.1
+  - component: gitlab.com/to-be-continuous/gitleaks/gitlab-ci-gitleaks@2.5.2
     # 2: set/override component inputs
     inputs:
       args: "--no-banner" # ⚠ this is only an example
@@ -33,7 +33,7 @@ Add the following to your `gitlab-ci.yml`:
 include:
   # 1: include the template
   - project: 'to-be-continuous/gitleaks'
-    ref: '2.5.1'
+    ref: '2.5.2'
     file: '/templates/gitlab-ci-gitleaks.yml'
 
 variables:
diff --git a/templates/gitlab-ci-gitleaks.yml b/templates/gitlab-ci-gitleaks.yml
index 1e8b34b3af698c0f44a67fe9f020e06147da4b67..320991e485da398a88cd84995b8a1e5843b32a3b 100644
--- a/templates/gitlab-ci-gitleaks.yml
+++ b/templates/gitlab-ci-gitleaks.yml
@@ -225,7 +225,7 @@ gitleaks:
     entrypoint: [""]
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "gitleaks", "2.5.1"]
+      command: ["--service", "gitleaks", "2.5.2"]
   stage: test
   needs: []
   variables: