diff --git a/CHANGELOG.md b/CHANGELOG.md
index c489f86ba1c1c71a5ff3309df7c7dcb1e93ff9d0..00105afbda79d1832a0130ab4bc421fd95d45348 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [4.1.2](https://gitlab.com/to-be-continuous/golang/compare/4.1.1...4.1.2) (2023-03-28)
+
+
+### Bug Fixes
+
+* **sbom:** add CycloneDX report ([58f0ed6](https://gitlab.com/to-be-continuous/golang/commit/58f0ed64ac850dacbd45a24acca50b6d74e63318))
+
 ## [4.1.1](https://gitlab.com/to-be-continuous/golang/compare/4.1.0...4.1.1) (2023-01-27)
 
 
diff --git a/README.md b/README.md
index a968678ab2c7a5021bcc24401680a51993bcf359..e62fd741d518ed0c582d425a948b569a3bd56260 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/golang'
-    ref: '4.1.1'
+    ref: '4.1.2'
     file: '/templates/gitlab-ci-golang.yml'
 ```
 
diff --git a/templates/gitlab-ci-golang.yml b/templates/gitlab-ci-golang.yml
index 632ec57eccb23560bbdfd121f56dc1488f82b80b..8be466dfb30d3f54bd2cbbdf9e00a86d16b11382 100644
--- a/templates/gitlab-ci-golang.yml
+++ b/templates/gitlab-ci-golang.yml
@@ -332,7 +332,7 @@ stages:
   image: $GO_IMAGE
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "golang", "4.1.1" ]
+      command: ["--service", "golang", "4.1.2" ]
   variables:
     # The directory where 'go install' will install a command.
     GOBIN: "$CI_PROJECT_DIR/$GO_PROJECT_DIR/bin"