diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8f9295ca9570ee57a91ab94ccc9b321d8b0ddc6c..41e45624218caa5752e77ad60bfc54ff16629eba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## [v2.9.8](https://github.com/traefik/traefik/tree/v2.9.8) (2023-02-15)
+[All Commits](https://github.com/traefik/traefik/compare/v2.9.7...v2.9.8)
+
+**Bug fixes:**
+- **[server]** Update golang.org/x/net to v0.7.0 ([#9716](https://github.com/traefik/traefik/pull/9716) by [ldez](https://github.com/ldez))
+
 ## [v2.9.7](https://github.com/traefik/traefik/tree/v2.9.7) (2023-02-14)
 [All Commits](https://github.com/traefik/traefik/compare/v2.9.6...v2.9.7)
 
diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml
index 87ec86f3835cb0237b09eb3626c1d45909bbd4bb..95128b3e25a8aeab41786c9b15668f3db29f5269 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.7
+# example new bugfix v2.9.8
 CurrentRef = "v2.9"
-PreviousRef = "v2.9.6"
+PreviousRef = "v2.9.7"
 BaseBranch = "v2.9"
-FutureCurrentRefName = "v2.9.7"
+FutureCurrentRefName = "v2.9.8"
 
 ThresholdPreviousRef = 10
 ThresholdCurrentRef = 10