From f06e2569349801372a9138bd4c258c91ab195784 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Thu, 29 Jun 2017 17:13:06 +0200 Subject: [PATCH] Prepare release v1.3.2 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ec8f4fdc..6ec971d38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [v1.3.2](https://github.com/containous/traefik/tree/v1.3.2) (2017-06-29) +[All Commits](https://github.com/containous/traefik/compare/v1.3.1...v1.3.2) + +**Bug fixes:** +- **[acme]** Add provided certificate checking before LE certificate generation with OnHostRule option ([#1772](https://github.com/containous/traefik/pull/1772) by [nmengin](https://github.com/nmengin)) +- **[k8s]** Fix race on closing event channel. ([#1798](https://github.com/containous/traefik/pull/1798) by [timoreimann](https://github.com/timoreimann)) +- **[marathon]** Upgrade go-marathon to dd6cbd4. ([#1800](https://github.com/containous/traefik/pull/1800) by [timoreimann](https://github.com/timoreimann)) +- **[oxy,websocket]** Problem with keepalive when switching protocol failed ([#1782](https://github.com/containous/traefik/pull/1782) by [ldez](https://github.com/ldez)) +- **[oxy]** Fix proxying of unannounced trailers ([#1805](https://github.com/containous/traefik/pull/1805) by [ldez](https://github.com/ldez)) + ## [v1.3.1](https://github.com/containous/traefik/tree/v1.3.1) (2017-06-16) [All Commits](https://github.com/containous/traefik/compare/v1.3.0...v1.3.1)