diff --git a/CHANGELOG.md b/CHANGELOG.md
index 717c8ec850ce431131957c21fac0e7c6263e834e..7c14767d82c44d5190a11a9a2302a6f30e794feb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,5 @@
-## [v2.9.0](https://github.com/traefik/traefik/tree/v2.9.0) (2022-09-30)
-[All Commits](https://github.com/traefik/traefik/compare/v2.9.0-rc1...v2.9.0)
+## [v2.9.1](https://github.com/traefik/traefik/tree/v2.9.1) (2022-10-03)
+[All Commits](https://github.com/traefik/traefik/compare/v2.9.0-rc1...v2.9.1)
 
 **Enhancements:**
 - **[acme,tls]** ACME Default Certificate ([#9189](https://github.com/traefik/traefik/pull/9189) by [rtribotte](https://github.com/rtribotte))
@@ -26,6 +26,7 @@
 - **[acme]** Fix ACME panic ([#9365](https://github.com/traefik/traefik/pull/9365) by [ldez](https://github.com/ldez))
 
 **Documentation:**
+- Prepare release v2.9.0 ([#9409](https://github.com/traefik/traefik/pull/9409) by [tomMoulard](https://github.com/tomMoulard))
 - **[metrics]** Rework metrics overview page ([#9366](https://github.com/traefik/traefik/pull/9366) by [ddtmachado](https://github.com/ddtmachado))
 - Prepare release v2.9.0-rc5 ([#9402](https://github.com/traefik/traefik/pull/9402) by [ldez](https://github.com/ldez))
 - Prepare release v2.9.0-rc4 ([#9372](https://github.com/traefik/traefik/pull/9372) by [kevinpollet](https://github.com/kevinpollet))
@@ -46,6 +47,11 @@
 - Merge current v2.8 into master ([#9146](https://github.com/traefik/traefik/pull/9146) by [kevinpollet](https://github.com/kevinpollet))
 - Merge current v2.8 into master ([#9135](https://github.com/traefik/traefik/pull/9135) by [kevinpollet](https://github.com/kevinpollet))
 
+## [v2.9.0](https://github.com/traefik/traefik/tree/v2.9.0) (2022-10-03)
+[All Commits](https://github.com/traefik/traefik/compare/v2.9.0-rc1...v2.9.0)
+
+Release canceled.
+
 ## [v2.9.0-rc5](https://github.com/traefik/traefik/tree/v2.9.0-rc5) (2022-09-30)
 [All Commits](https://github.com/traefik/traefik/compare/v2.9.0-rc4...v2.9.0-rc5)
 
diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml
index 5c55c6c72f6c70639b63bfc97a42fc8e60aa1369..46502fc324b01e6f833c4e5e4cedbe26d7e51475 100644
--- a/script/gcg/traefik-bugfix.toml
+++ b/script/gcg/traefik-bugfix.toml
@@ -4,11 +4,11 @@ RepositoryName = "traefik"
 OutputType = "file"
 FileName = "traefik_changelog.md"
 
-# example new bugfix v2.8.8
-CurrentRef = "v2.8"
-PreviousRef = "v2.8.7"
-BaseBranch = "v2.8"
-FutureCurrentRefName = "v2.8.8"
+# example new bugfix v2.9.1
+CurrentRef = "v2.9"
+PreviousRef = "v2.9.0"
+BaseBranch = "v2.9"
+FutureCurrentRefName = "v2.9.0"
 
 ThresholdPreviousRef = 10
 ThresholdCurrentRef = 10