diff --git a/CHANGELOG.md b/CHANGELOG.md
index b9df6a27dc5bd5e6a23de2e877492f115c5e26d1..4ebc8c4caffc94e337970abfdfea6d4e1e42f63c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [4.2.0](https://gitlab.com/to-be-continuous/angular/compare/4.1.1...4.2.0) (2022-12-05)
+
+
+### Features
+
+* add a job generating software bill of materials ([7c96087](https://gitlab.com/to-be-continuous/angular/commit/7c960876dfa43522433be0fb3a31725a25ddbdb2))
+
 ## [4.1.1](https://gitlab.com/to-be-continuous/angular/compare/4.1.0...4.1.1) (2022-11-26)
 
 
diff --git a/README.md b/README.md
index bef5348bc41621e7cbfa5c550b1add6042dcc55d..a8c31ec517434de9ddc220009dcf655bef8769dc 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/angular'
-    ref: '4.1.1'
+    ref: '4.2.0'
     file: '/templates/gitlab-ci-angular.yml'
 ```
 
diff --git a/templates/gitlab-ci-angular.yml b/templates/gitlab-ci-angular.yml
index 8908609f15b2b707ea52650c9b1cd34fcdf27fc5..96acd960129565cb43cae61c5fae150cc7385c6d 100644
--- a/templates/gitlab-ci-angular.yml
+++ b/templates/gitlab-ci-angular.yml
@@ -426,7 +426,7 @@ stages:
   image: $NG_CLI_IMAGE
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "angular", "4.1.1"]
+      command: ["--service", "angular", "4.2.0"]
   # cache configuration
   cache:
     key: "$CI_COMMIT_REF_SLUG-angular"