diff --git a/CHANGELOG.md b/CHANGELOG.md
index 016fb931a1c836d391db2952548126cf2b658be7..ef078130ac031dde541b0ca69894fa66a13a09f7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,17 @@
+## [v2.9.0-rc4](https://github.com/traefik/traefik/tree/v2.9.0-rc4) (2022-09-23)
+[All Commits](https://github.com/traefik/traefik/compare/v2.9.0-rc3...v2.9.0-rc4)
+
+**Bug fixes:**
+- **[acme]** Fix ACME panic ([#9365](https://github.com/traefik/traefik/pull/9365) by [ldez](https://github.com/ldez))
+
+**Documentation:**
+- **[metrics]** Rework metrics overview page ([#9366](https://github.com/traefik/traefik/pull/9366) by [ddtmachado](https://github.com/ddtmachado))
+
+**Misc:**
+- Merge current v2.8 into v2.9 ([#9371](https://github.com/traefik/traefik/pull/9371) by [ldez](https://github.com/ldez))
+- Merge current v2.8 into v2.9 ([#9367](https://github.com/traefik/traefik/pull/9367) by [ldez](https://github.com/ldez))
+- Merge current v2.8 into v2.9 ([#9350](https://github.com/traefik/traefik/pull/9350) by [ldez](https://github.com/ldez))
+
 ## [v2.8.6](https://github.com/traefik/traefik/tree/v2.8.6) (2022-09-23)
 [All Commits](https://github.com/traefik/traefik/compare/v2.8.5...v2.8.6)
 
diff --git a/script/gcg/traefik-rc-new.toml b/script/gcg/traefik-rc-new.toml
index 2e8ec3d34a81c1ddddc83695e880b49cd0a1180c..df1c3ef7df94e6278c82c3f31ae6803678e50983 100644
--- a/script/gcg/traefik-rc-new.toml
+++ b/script/gcg/traefik-rc-new.toml
@@ -4,11 +4,11 @@ RepositoryName = "traefik"
 OutputType = "file"
 FileName = "traefik_changelog.md"
 
-# example RC3 of v2.9.0
+# example RC4 of v2.9.0
 CurrentRef = "v2.9"
-PreviousRef = "v2.9.0-rc2"
+PreviousRef = "v2.9.0-rc3"
 BaseBranch = "v2.9"
-FutureCurrentRefName = "v2.9.0-rc3"
+FutureCurrentRefName = "v2.9.0-rc4"
 
 ThresholdPreviousRef = 10
 ThresholdCurrentRef = 10