From df710fc89e2a345ca4f90ea46b35c8a88453b6a7 Mon Sep 17 00:00:00 2001 From: Emile Vauge Date: Thu, 22 Sep 2016 14:15:53 +0200 Subject: [PATCH] Prepare release v1.0.3 Signed-off-by: Emile Vauge --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbfc5d7f1..d70728c0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [v1.0.3](https://github.com/containous/traefik/tree/v1.0.3) (2016-09-22) +[Full Changelog](https://github.com/containous/traefik/compare/v1.0.2...v1.0.3) + +**Fixed bugs:** + +- traefik hangs - stops handling requests [\#662](https://github.com/containous/traefik/issues/662) +- Traefik crashing [\#458](https://github.com/containous/traefik/issues/458) + +**Merged pull requests:** + +- Fix health race [\#693](https://github.com/containous/traefik/pull/693) ([emilevauge](https://github.com/emilevauge)) + ## [v1.0.2](https://github.com/containous/traefik/tree/v1.0.2) (2016-08-02) [Full Changelog](https://github.com/containous/traefik/compare/v1.0.1...v1.0.2)