diff --git a/CHANGELOG.md b/CHANGELOG.md
index 75de1e76f22cc9a315f166c81056a5477e59ba84..6c1d05403cff74935453f854747e91c28ed21186 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [3.2.0](https://gitlab.com/to-be-continuous/maven/compare/3.1.4...3.2.0) (2022-11-28)
+
+
+### Features
+
+* add a job generating software bill of materials ([ec6f987](https://gitlab.com/to-be-continuous/maven/commit/ec6f987402b08f88c831a345be183a56fbaa1f20))
+
 ## [3.1.4](https://gitlab.com/to-be-continuous/maven/compare/3.1.3...3.1.4) (2022-10-20)
 
 
diff --git a/README.md b/README.md
index cab1818d5c0bd566ae06582c9b29c3251e4d6541..303bc3cb448d55fca08edc3385b6dc029182a748 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.4'
+    ref: '3.2.0'
     file: '/templates/gitlab-ci-maven.yml'
 ```
 
diff --git a/templates/gitlab-ci-maven.yml b/templates/gitlab-ci-maven.yml
index 5487e83191d84cc88d32dcd121a58b7a98bc1a5a..2a4233d5b7261c59c93cd9d371f07323e9386008 100644
--- a/templates/gitlab-ci-maven.yml
+++ b/templates/gitlab-ci-maven.yml
@@ -377,7 +377,7 @@ stages:
   image: $MAVEN_IMAGE
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "maven", "3.1.4" ]
+      command: ["--service", "maven", "3.2.0" ]
   before_script:
     - *mvn-scripts
     - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"