From dcca37fe29c81e7cae4f4a3229a7ab7346afb083 Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Mon, 23 Mar 2020 16:50:04 +0100 Subject: [PATCH] Prepare release v1.7.23 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 951d61374..0a9191aa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [v1.7.23](https://github.com/containous/traefik/tree/v1.7.23) (2020-03-23) +[All Commits](https://github.com/containous/traefik/compare/v1.7.22...v1.7.23) + +**Bug fixes:** +- **[consul,consulcatalog,docker,ecs,k8s,marathon,mesos,rancher,sticky-session]** Fix sameSite ([#6537](https://github.com/containous/traefik/pull/6537) by [ldez](https://github.com/ldez)) +- **[server]** Force http/1.1 for upgrade ([#6553](https://github.com/containous/traefik/pull/6553) by [juliens](https://github.com/juliens)) +- **[tls]** fix: max TLS version. ([#6531](https://github.com/containous/traefik/pull/6531) by [ldez](https://github.com/ldez)) + ## [v1.7.22](https://github.com/containous/traefik/tree/v1.7.22) (2020-03-09) [All Commits](https://github.com/containous/traefik/compare/v1.7.21...v1.7.22)