diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6c1d05403cff74935453f854747e91c28ed21186..43daffc8a9a896214c7d0fae2aecf01d4a77b918 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [3.2.1](https://gitlab.com/to-be-continuous/maven/compare/3.2.0...3.2.1) (2022-12-01)
+
+
+### Bug Fixes
+
+* typo in sbom outputName ([9029fa4](https://gitlab.com/to-be-continuous/maven/commit/9029fa461733ebbe1b138265b74cbb3f72739cee))
+
 # [3.2.0](https://gitlab.com/to-be-continuous/maven/compare/3.1.4...3.2.0) (2022-11-28)
 
 
diff --git a/README.md b/README.md
index 303bc3cb448d55fca08edc3385b6dc029182a748..ca24464b1c8ef3a1d18f0118faf7b5f6a4cb0ae5 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.2.0'
+    ref: '3.2.1'
     file: '/templates/gitlab-ci-maven.yml'
 ```
 
diff --git a/templates/gitlab-ci-maven.yml b/templates/gitlab-ci-maven.yml
index 9d5850558c373b6ce6e866ef34dc93e9c131b931..840d3fcca6b728a0479456e090fe6c79dd24bf29 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.2.0" ]
+      command: ["--service", "maven", "3.2.1" ]
   before_script:
     - *mvn-scripts
     - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"