diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2ad7f1f048c17c7527e98f7a921eb005bd4069a2..f71230ba29d5e9d301b4a258b2c6a9b387f5b332 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+## [v3.1.7](https://github.com/traefik/traefik/tree/v3.1.7) (2024-10-28)
+[All Commits](https://github.com/traefik/traefik/compare/v3.1.6...v3.1.7)
+
+**Bug fixes:**
+- **[k8s,k8s/gatewayapi]** Preserve HTTPRoute filters order ([#11198](https://github.com/traefik/traefik/pull/11198) by [kevinpollet](https://github.com/kevinpollet))
+
+**Documentation:**
+- **[k8s,k8s/gatewayapi]** Fix broken links in Kubernetes Gateway provider page ([#11188](https://github.com/traefik/traefik/pull/11188) by [mloiseleur](https://github.com/mloiseleur))
+
+**Misc:**
+- Merge branch v2.11 into v3.1 ([#11232](https://github.com/traefik/traefik/pull/11232) by [kevinpollet](https://github.com/kevinpollet))
+- Merge branch v2.11 into v3.1 ([#11218](https://github.com/traefik/traefik/pull/11218) by [kevinpollet](https://github.com/kevinpollet))
+
 ## [v2.11.13](https://github.com/traefik/traefik/tree/v2.11.13) (2024-10-28)
 [All Commits](https://github.com/traefik/traefik/compare/v2.11.12...v2.11.13)
 
diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml
index 8e06b98e34e2b6cb54f74894b2bb1e627fa2f1d2..90dee22cf86f6a2d597e25a2d43a2baf8b25bde7 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 v3.1.6
+# example new bugfix v3.1.7
 CurrentRef = "v3.1"
-PreviousRef = "v3.1.5"
+PreviousRef = "v3.1.6"
 BaseBranch = "v3.1"
-FutureCurrentRefName = "v3.1.6"
+FutureCurrentRefName = "v3.1.7"
 
 ThresholdPreviousRef = 10
 ThresholdCurrentRef = 10