From 1db9482a8e7e23df1fbe2aab159ac9ed68c1f6c7 Mon Sep 17 00:00:00 2001 From: Julien Salleyron Date: Thu, 27 Jul 2017 15:58:31 +0200 Subject: [PATCH] Prepare release v1.3.4 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dba24292f..b5a412e61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [v1.3.4](https://github.com/containous/traefik/tree/v1.3.4) (2017-07-27) +[All Commits](https://github.com/containous/traefik/compare/v1.3.3...v1.3.4) + +**Bug fixes:** +- **[middleware]** Double compression. ([#1863](https://github.com/containous/traefik/pull/1863) by [ldez](https://github.com/ldez)) +- **[middleware]** Fix replace path rule ([#1859](https://github.com/containous/traefik/pull/1859) by [dedalusj](https://github.com/dedalusj)) +- **[websocket]** New oxy with gorilla for websocket with integration tests ([#1896](https://github.com/containous/traefik/pull/1896) by [Juliens](https://github.com/Juliens)) + ## [v1.3.3](https://github.com/containous/traefik/tree/v1.3.3) (2017-07-06) [All Commits](https://github.com/containous/traefik/compare/v1.3.2...v1.3.3)