From f6b7940b761abe0d16ee4b03588a0318481d86d8 Mon Sep 17 00:00:00 2001
From: Romain <rtribotte@users.noreply.github.com>
Date: Thu, 17 Nov 2022 15:57:23 +0100
Subject: [PATCH] Prepare release v2.9.5 (#9513)

---
 CHANGELOG.md                   | 12 ++++++++++++
 script/gcg/traefik-bugfix.toml |  6 +++---
 2 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 03cf18a10..2660f4888 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 228224a30..95aa2b1ab 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
-- 
GitLab