From 7e97bcd3d2f10900b4fe07f2172112440cfcc6bb Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 27 Mar 2017 11:22:59 -0400 Subject: [PATCH] Update CHANGELOG.md for 0.0.3 release. --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c005dbd..70a38b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# commissaire-http v0.0.3 +``` +* 087c646: Use new host status constants. +* 1277d49: handlers: Register new cluster members with container manager. +* be5a344: handlers: Adding hosts to cluster is contingent on status. +* 92a64a3: Fix test_get_cluster(). +* 5ab637b: handlers: Map 'METHOD_NOT_ALLOWED' error to HTTP status 405. +* 14d89f7: handlers: Catch ContainerManagerError by name. +* 519c041: Post-release version bump. +``` + # commissaire-http v0.0.2 ``` * cf42758: handlers: Fix container manager routes.