diff --git a/CHANGELOG.md b/CHANGELOG.md
index daadd698409c9f7e5af36fa1f06636f16aa820ea..c8b2d3053303d343513be1863d4ddeef0754004d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [3.7.0](https://gitlab.com/to-be-continuous/maven/compare/3.6.2...3.7.0) (2023-10-24)
+
+
+### Features
+
+* inject branch slug into SNAPSHOT version ([6fc6817](https://gitlab.com/to-be-continuous/maven/commit/6fc68178b57c53b77a212901a2735bb0ba04cf54))
+
 ## [3.6.2](https://gitlab.com/to-be-continuous/maven/compare/3.6.1...3.6.2) (2023-10-16)
 
 
diff --git a/README.md b/README.md
index 7f25b36d56440ed5f74bf2413e4be83383624eef..8535039cb2e6498e5df45dd3dfe2fc2f8759d59e 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/maven'
-    ref: '3.6.2'
+    ref: '3.7.0'
     file: '/templates/gitlab-ci-maven.yml'
 ```
 
@@ -485,11 +485,11 @@ All authentication methods should use masked GitLab environment variables.
 include:
   # main template
   - project: 'to-be-continuous/maven'
-    ref: '3.6.2'
+    ref: '3.7.0'
     file: '/templates/gitlab-ci-maven.yml'
   # Jib is implemented as an extension to Maven, and uses supporting features of the TBC Maven template
   - project: 'to-be-continuous/maven'
-    ref: '3.6.2'
+    ref: '3.7.0'
     file: '/templates/gitlab-ci-maven-jib.yml'
 
 variables:
diff --git a/templates/gitlab-ci-maven.yml b/templates/gitlab-ci-maven.yml
index 32b3d3ca9c24cc7af1e95778eebba476dc0ee986..22901c0ec1f3513be254ea5bc2a1d60a286e85c5 100644
--- a/templates/gitlab-ci-maven.yml
+++ b/templates/gitlab-ci-maven.yml
@@ -424,7 +424,7 @@ stages:
   image: $MAVEN_IMAGE
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "maven", "3.6.2" ]
+      command: ["--service", "maven", "3.7.0" ]
   before_script:
     - *mvn-scripts
     - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"