diff --git a/CHANGELOG.md b/CHANGELOG.md
index 49f19bedbff01ee6f6843724d43431131826b523..4d40ab83ec7a8052cb86a18b77b7128a1d97cd27 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## [v2.10.7](https://github.com/traefik/traefik/tree/v2.10.7) (2023-12-06)
+[All Commits](https://github.com/traefik/traefik/compare/v2.10.6...v2.10.7)
+
+**Bug fixes:**
+- **[logs]** Fixed datadog logs json format issue ([#10233](https://github.com/traefik/traefik/pull/10233) by [sssash18](https://github.com/sssash18))
+
 ## [v2.10.6](https://github.com/traefik/traefik/tree/v2.10.6) (2023-11-28)
 [All Commits](https://github.com/traefik/traefik/compare/v2.10.5...v2.10.6)
 
diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml
index fb6f9ccde18c9f98ef0e2c22431a77ca5bb09f4a..d1f7eed106ba6999931d65c7b664c9b314353847 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.10.6
+# example new bugfix v2.10.7
 CurrentRef = "v2.10"
-PreviousRef = "v2.10.5"
+PreviousRef = "v2.10.6"
 BaseBranch = "v2.10"
-FutureCurrentRefName = "v2.10.6"
+FutureCurrentRefName = "v2.10.7"
 
 ThresholdPreviousRef = 10
 ThresholdCurrentRef = 10