diff --git a/CHANGELOG.md b/CHANGELOG.md
index 16dd620043f1ec233932dbde43cfa58f458a24b1..ce13cd6e8099d796ca2cd1542814c8dca35a2ec1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [1.2.1](https://gitlab.com/to-be-continuous/renovate/compare/1.2.0...1.2.1) (2024-2-5)
+
+
+### Bug Fixes
+
+* set platform to gitlab ([df1894c](https://gitlab.com/to-be-continuous/renovate/commit/df1894cb110a180bd871185fa3585b78588b23ba))
+
 # [1.2.0](https://gitlab.com/to-be-continuous/renovate/compare/1.1.0...1.2.0) (2024-1-27)
 
 
diff --git a/README.md b/README.md
index 6a8c4797486ea99aff06385fe7ad6083f445262e..d0a10a1a1a84a342422c509afafa86f34f338af2 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Add the following to your `gitlab-ci.yml`:
 ```yaml
 include:
   # include the component
-  - component: gitlab.com/to-be-continuous/renovate/gitlab-ci-renovate@1.2.0
+  - component: gitlab.com/to-be-continuous/renovate/gitlab-ci-renovate@1.2.1
 ```
 
 ### Use as a CI/CD template (legacy)
@@ -25,7 +25,7 @@ Add the following to your `gitlab-ci.yml`:
 include:
   # include the template
   - project: 'to-be-continuous/renovate'
-    ref: '1.2.0'
+    ref: '1.2.1'
     file: '/templates/gitlab-ci-renovate.yml'
 ```