diff --git a/CHANGELOG.md b/CHANGELOG.md index 38704c0db..f604057b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v2.4.13](https://github.com/traefik/traefik/tree/v2.4.13) (2021-07-30) +[All Commits](https://github.com/traefik/traefik/compare/v2.4.12...v2.4.13) + +**Bug fixes:** +- **[authentication,middleware]** Remove hop-by-hop headers define in connection header beore some middleware ([#8319](https://github.com/traefik/traefik/pull/8319) by [ldez](https://github.com/ldez)) + ## [v2.4.12](https://github.com/traefik/traefik/tree/v2.4.12) (2021-07-26) [All Commits](https://github.com/traefik/traefik/compare/v2.4.11...v2.4.12) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index 0e924afaa..4021c6712 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.4.12 +# example new bugfix v2.4.13 CurrentRef = "v2.4" -PreviousRef = "v2.4.11" +PreviousRef = "v2.4.12" BaseBranch = "v2.4" -FutureCurrentRefName = "v2.4.12" +FutureCurrentRefName = "v2.4.13" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10