diff --git a/CHANGELOG.md b/CHANGELOG.md index dc0816118..c1901b001 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [v2.10.1](https://github.com/traefik/traefik/tree/v2.10.1) (2023-04-27) +[All Commits](https://github.com/traefik/traefik/compare/v2.10.0...v2.10.1) + +**Bug fixes:** +- **[middleware,oxy]** Update vulcand/oxy to be5cf38 ([#9874](https://github.com/traefik/traefik/pull/9874) by [rtribotte](https://github.com/rtribotte)) + +**Documentation:** +- Fix v2.10 migration guide ([#9863](https://github.com/traefik/traefik/pull/9863) by [rtribotte](https://github.com/rtribotte)) + ## [v2.10.0](https://github.com/traefik/traefik/tree/v2.10.0) (2023-04-24) [All Commits](https://github.com/traefik/traefik/compare/v2.9.0-rc1...v2.10.0) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index 189f8c451..bc6c422ee 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.9 -CurrentRef = "v2.9" -PreviousRef = "v2.9.8" -BaseBranch = "v2.9" -FutureCurrentRefName = "v2.9.9" +# example new bugfix v2.10.1 +CurrentRef = "v2.10" +PreviousRef = "v2.10.0" +BaseBranch = "v2.10" +FutureCurrentRefName = "v2.10.1" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10