From 4f92ef5fa9d97fe3c771af1402330d4a6918c999 Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Wed, 18 Mar 2020 15:50:05 +0100 Subject: [PATCH] Prepare release v2.1.7 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8db05c361..9d8444d61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [v2.1.7](https://github.com/containous/traefik/tree/v2.1.7) (2020-03-18) +[All Commits](https://github.com/containous/traefik/compare/v2.1.6...v2.1.7) + +**Bug fixes:** +- **[logs,middleware]** Access log field quotes. ([#6484](https://github.com/containous/traefik/pull/6484) by [ldez](https://github.com/ldez)) +- **[metrics]** fix statsd scale for duration based metrics ([#6054](https://github.com/containous/traefik/pull/6054) by [ddtmachado](https://github.com/ddtmachado)) +- **[middleware]** Added support for replacement containing escaped characters ([#6413](https://github.com/containous/traefik/pull/6413) by [rtribotte](https://github.com/rtribotte)) + +**Documentation:** +- **[acme,docker]** Add some missing doc. ([#6422](https://github.com/containous/traefik/pull/6422) by [ldez](https://github.com/ldez)) +- **[acme]** Added wildcard ACME example ([#6423](https://github.com/containous/traefik/pull/6423) by [Basster](https://github.com/Basster)) +- **[acme]** fix typo ([#6408](https://github.com/containous/traefik/pull/6408) by [hamiltont](https://github.com/hamiltont)) + ## [v2.1.6](https://github.com/containous/traefik/tree/v2.1.6) (2020-02-28) [All Commits](https://github.com/containous/traefik/compare/v2.1.4...v2.1.6)