From f4fb758629c8aa266d96341e839ace6429b5a508 Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Thu, 19 Mar 2020 15:46:04 +0100 Subject: [PATCH] Prepare release v2.1.8 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d8444d61..95a2c395b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v2.1.8](https://github.com/containous/traefik/tree/v2.1.8) (2020-03-19) +[All Commits](https://github.com/containous/traefik/compare/v2.1.7...v2.1.8) + +**Bug fixes:** +- **[middleware,metrics]** Fix memory leak in metrics ([#6522](https://github.com/containous/traefik/pull/6522) by [juliens](https://github.com/juliens)) + ## [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)