diff --git a/CHANGELOG.md b/CHANGELOG.md index d7032e466..05d9606be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [v1.7.32](https://github.com/traefik/traefik/tree/v1.7.32) (2021-10-06) +[All Commits](https://github.com/traefik/traefik/compare/v1.7.31...v1.7.32) + +**Bug fixes:** +- **[acme]** acme: add missing preferred chain ([#8495](https://github.com/traefik/traefik/pull/8495) by [ldez](https://github.com/ldez)) + ## [v1.7.31](https://github.com/traefik/traefik/tree/v1.7.31) (2021-10-04) [All Commits](https://github.com/traefik/traefik/compare/v1.7.30...v1.7.31) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index d2b6c8919..33f3175c9 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 v1.7.31 +# example new bugfix v1.7.32 CurrentRef = "v1.7" -PreviousRef = "v1.7.30" +PreviousRef = "v1.7.31" BaseBranch = "v1.7" -FutureCurrentRefName = "v1.7.31" +FutureCurrentRefName = "v1.7.32" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10