diff --git a/CHANGELOG.md b/CHANGELOG.md
index 12dcf71145bef23c49a85012dd4fb757595af887..c87828918ed8940719ce9a419c0499d2f9b99d12 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+# [2.0.0](https://gitlab.com/to-be-continuous/gradle/compare/1.4.0...2.0.0) (2022-08-05)
+
+
+### Features
+
+* adaptive pipeline ([5ffb495](https://gitlab.com/to-be-continuous/gradle/commit/5ffb495c951fe461f03e1e0bb324dc305cc1361a))
+
+
+### BREAKING CHANGES
+
+* change default workflow from Branch pipeline to MR pipeline
+
 # [1.4.0](https://gitlab.com/to-be-continuous/gradle/compare/1.3.1...1.4.0) (2022-05-01)
 
 
diff --git a/README.md b/README.md
index db24a3a6b74c59907719fde854724f28e9f88c7c..5928892abc46fd99f6ec1d5180941012fd1ad0ad 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/gradle'
-    ref: '1.4.0'
+    ref: '2.0.0'
     file: '/templates/gitlab-ci-gradle.yml'
 ```
 
diff --git a/templates/gitlab-ci-gradle.yml b/templates/gitlab-ci-gradle.yml
index df47aead2c7de36cd4f478aed0518cbe2a980ed5..b7219ae293eb7cdba0bd9bfa5c2f4b3b6326b871 100644
--- a/templates/gitlab-ci-gradle.yml
+++ b/templates/gitlab-ci-gradle.yml
@@ -310,7 +310,7 @@ stages:
       - .gradle
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "gradle", "1.4.0" ]
+      command: ["--service", "gradle", "2.0.0" ]
   before_script:
     - *gradle-scripts
     - handle_daemon