diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3b2fd0b4293e553a13d7077ed158076bda9073a5..f75a4efe67db5f144fa9caecb51dcbd07860100c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [3.1.1](https://gitlab.com/to-be-continuous/maven/compare/3.1.0...3.1.1) (2022-09-30)
+
+
+### Bug Fixes
+
+* add processing to add -X when TRACE is set ([754d309](https://gitlab.com/to-be-continuous/maven/commit/754d309f0146216bed8863aa7a06679ddf36481b))
+
 # [3.1.0](https://gitlab.com/to-be-continuous/maven/compare/3.0.0...3.1.0) (2022-08-10)
 
 
diff --git a/README.md b/README.md
index f2db6e81a3746262a09ce9e5655e916d2541e09e..04752fc96a799ad55ae5c9a20c242f43876eb313 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,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.1.0'
+    ref: '3.1.1'
     file: '/templates/gitlab-ci-maven.yml'
 ```
 
diff --git a/templates/gitlab-ci-maven.yml b/templates/gitlab-ci-maven.yml
index ec800ec13b237e901f54c6493bd0dbf177b11001..18f72ddaf8194068c77d8e0778357816daee4a90 100644
--- a/templates/gitlab-ci-maven.yml
+++ b/templates/gitlab-ci-maven.yml
@@ -375,7 +375,7 @@ stages:
   image: $MAVEN_IMAGE
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "maven", "3.1.0" ]
+      command: ["--service", "maven", "3.1.1" ]
   before_script:
     - *mvn-scripts
     - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"