diff --git a/CHANGELOG.md b/CHANGELOG.md index 50960bbbb..cb3da54af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ +## [v2.2.11](https://github.com/containous/traefik/tree/v2.2.11) (2020-09-07) +[All Commits](https://github.com/containous/traefik/compare/v2.2.10...v2.2.11) + +**Bug fixes:** +- **[middleware]** fix: header middleware response writer. ([#7252](https://github.com/containous/traefik/pull/7252) by [ldez](https://github.com/ldez)) + +**Documentation:** +- **[healthcheck]** Clarified hostname documentation for load balancer healthcheck ([#7254](https://github.com/containous/traefik/pull/7254) by [AndrewSav](https://github.com/AndrewSav)) + ## [v2.2.10](https://github.com/containous/traefik/tree/v2.2.10) (2020-09-04) -[All Commits](https://github.com/containous/traefik/compare/v2.2.0...v2.2.10) +[All Commits](https://github.com/containous/traefik/compare/v2.2.7...v2.2.10) **Bug fixes:** - **[acme]** Update go-acme/lego to v4.0.1 ([#7238](https://github.com/containous/traefik/pull/7238) by [ldez](https://github.com/ldez))