From 89fc0d2d0e79a3da184fddadb69e2a1b323beae2 Mon Sep 17 00:00:00 2001 From: Emile Vauge Date: Tue, 2 Aug 2016 13:47:03 +0200 Subject: [PATCH] Prepare release v1.0.2 Signed-off-by: Emile Vauge --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78e2d5800..dbfc5d7f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## [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) + +**Fixed bugs:** + +- ACME: revoke certificate on agreement update [\#579](https://github.com/containous/traefik/issues/579) + +**Closed issues:** + +- Exclude some frontends in consul catalog [\#555](https://github.com/containous/traefik/issues/555) + +**Merged pull requests:** + +- Bump oxy version, fix streaming [\#584](https://github.com/containous/traefik/pull/584) ([emilevauge](https://github.com/emilevauge)) +- Fix ACME TOS [\#582](https://github.com/containous/traefik/pull/582) ([emilevauge](https://github.com/emilevauge)) + ## [v1.0.1](https://github.com/containous/traefik/tree/v1.0.1) (2016-07-19) [Full Changelog](https://github.com/containous/traefik/compare/v1.0.0...v1.0.1)