From e99a99eb6ee7257c0b11312bec33fe27cffdaaaa Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Fri, 9 Aug 2013 00:17:35 +0000 Subject: [PATCH] Bump to v0.5.2 --- CHANGELOG.md | 5 +++++ commands.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 843f0212d0..ab145e595e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.5.2 (2013-08-08) + * Builder: Forbid certain paths within docker build ADD + - Runtime: Change network range to avoid conflict with EC2 DNS + * API: Change daemon to listen on unix socket by default + ## 0.5.1 (2013-07-30) + API: Docker client now sets useragent (RFC 2616) + Runtime: Add `ps` args to `docker top` diff --git a/commands.go b/commands.go index 8523c3b2e8..7f70c8c09b 100644 --- a/commands.go +++ b/commands.go @@ -27,7 +27,7 @@ import ( "unicode" ) -const VERSION = "0.5.1" +const VERSION = "0.5.2" var ( GITCOMMIT string