From 4ad0ab5433b2be0789714aad079d8063da4026c5 Mon Sep 17 00:00:00 2001 From: Romain Date: Mon, 7 Sep 2020 16:00:03 +0200 Subject: [PATCH] Prepare release v2.2.11 --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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))