diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8d1c226f74ca75c0b578f64c00803e523f76f829..cb0e17ba18a27930d1e846c37b058cc2ad092a5a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [1.1.0](https://gitlab.com/to-be-continuous/renovate/compare/1.0.0...1.1.0) (2023-12-8)
+
+
+### Features
+
+* use centralized tracking image (gitlab.com) ([fbee9a0](https://gitlab.com/to-be-continuous/renovate/commit/fbee9a02c20ac092cb10faf39582945bf219b54a))
+
 # 1.0.0 (2023-11-25)
 
 
diff --git a/README.md b/README.md
index a23760f5944807ab72d39f8aa6f657f5853033e9..0b23017a8991f81fe18a700644e1b1fb28c8b15a 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/renovate'
-    ref: '1.0.0'
+    ref: '1.1.0'
     file: '/templates/gitlab-ci-renovate.yml'
 ```
 
diff --git a/templates/gitlab-ci-renovate.yml b/templates/gitlab-ci-renovate.yml
index 8e4d3f0b62ed7f4931a214f0f5ad90eafbd79816..a499b4caa12463fbcdde7d947ebff4be3b65ae88 100644
--- a/templates/gitlab-ci-renovate.yml
+++ b/templates/gitlab-ci-renovate.yml
@@ -217,7 +217,7 @@ stages:
   image: $RENOVATE_IMAGE
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "renovate", "1.0.0" ]
+      command: ["--service", "renovate", "1.1.0" ]
   variables:
     RENOVATE_BASE_DIR: $CI_PROJECT_DIR
     RENOVATE_CACHE_DIR: $CI_PROJECT_DIR/.cache/renovate