diff --git a/CHANGELOG.md b/CHANGELOG.md
index 03cf18a10cbde97854a1087bd17d8cf9d4a8311b..2660f4888e28ea6c6b76fb5d7443f9e7066413e0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+## [v2.9.5](https://github.com/traefik/traefik/tree/v2.9.5) (2022-11-17)
+[All Commits](https://github.com/traefik/traefik/compare/v2.9.4...v2.9.5)
+
+**Bug fixes:**
+- **[logs,middleware]** Create a new capture instance for each incoming request ([#9510](https://github.com/traefik/traefik/pull/9510) by [sdelicata](https://github.com/sdelicata))
+
+**Documentation:**
+- **[k8s/helm]** Update helm repository ([#9506](https://github.com/traefik/traefik/pull/9506) by [charlie-haley](https://github.com/charlie-haley))
+- Enhance wording of building-testing page ([#9509](https://github.com/traefik/traefik/pull/9509) by [svx](https://github.com/svx))
+- Add link descriptions and update wording ([#9507](https://github.com/traefik/traefik/pull/9507) by [svx](https://github.com/svx))
+- Removes the experimental tag on the Traefik Hub header ([#9498](https://github.com/traefik/traefik/pull/9498) by [tfny](https://github.com/tfny))
+
 ## [v2.9.4](https://github.com/traefik/traefik/tree/v2.9.4) (2022-10-27)
 [All Commits](https://github.com/traefik/traefik/compare/v2.9.1...v2.9.4)
 
diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml
index 228224a301826f91311b7e92415d365f6c260910..95aa2b1aba7511f3e82b78fb7828db34249bd677 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.9.2
+# example new bugfix v2.9.5
 CurrentRef = "v2.9"
-PreviousRef = "v2.9.1"
+PreviousRef = "v2.9.4"
 BaseBranch = "v2.9"
-FutureCurrentRefName = "v2.9.2"
+FutureCurrentRefName = "v2.9.5"
 
 ThresholdPreviousRef = 10
 ThresholdCurrentRef = 10