Skip to content

Commit

Permalink
Bump to v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
crosbymichael committed Aug 9, 2013
1 parent df9712f commit e99a99e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
"unicode"
)

const VERSION = "0.5.1"
const VERSION = "0.5.2"

var (
GITCOMMIT string
Expand Down

0 comments on commit e99a99e

Please sign in to comment.