diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5172c5444921c34fd61d795b240d8f906d0d714c..b9df6a27dc5bd5e6a23de2e877492f115c5e26d1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [4.1.1](https://gitlab.com/to-be-continuous/angular/compare/4.1.0...4.1.1) (2022-11-26)
+
+
+### Bug Fixes
+
+* support custom CA certificates with npm ([1613ca6](https://gitlab.com/to-be-continuous/angular/commit/1613ca6bda54a2d0d3e11057e2c4fe52bea925fd))
+
 # [4.1.0](https://gitlab.com/to-be-continuous/angular/compare/4.0.0...4.1.0) (2022-11-23)
 
 
diff --git a/README.md b/README.md
index bd8ddca74a27bc47e7877fd11e808fc584b1e98e..9a3ddcf6d8335958c1c22d315d21a80b386d3ec5 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.0'
+    ref: '4.1.1'
     file: '/templates/gitlab-ci-angular.yml'
 ```
 
diff --git a/templates/gitlab-ci-angular.yml b/templates/gitlab-ci-angular.yml
index 2cf0f0f7ca48dec9aa62b085859fafb7e907150b..d93f4f3eb8e6951e28065cadc6d52d925711cebc 100644
--- a/templates/gitlab-ci-angular.yml
+++ b/templates/gitlab-ci-angular.yml
@@ -424,7 +424,7 @@ stages:
   image: $NG_CLI_IMAGE
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "angular", "4.1.0"]
+      command: ["--service", "angular", "4.1.1"]
   # cache configuration
   cache:
     key: "$CI_COMMIT_REF_SLUG-angular"