diff --git a/components/engine/CHANGELOG.md b/components/engine/CHANGELOG.md index 843f0212d0..ab145e595e 100644 --- a/components/engine/CHANGELOG.md +++ b/components/engine/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/components/engine/commands.go b/components/engine/commands.go index 92e24e89e0..d4aafba7b3 100644 --- a/components/engine/commands.go +++ b/components/engine/commands.go @@ -27,7 +27,7 @@ import ( "unicode" ) -const VERSION = "0.5.1-dev" +const VERSION = "0.5.2-dev" var ( GITCOMMIT string