From 4f7f2ff9d26fe1e8328efd6ba143cd47e8f3eb5c Mon Sep 17 00:00:00 2001 From: Jimmi Dyson Date: Wed, 27 Jan 2016 10:31:04 +0000 Subject: [PATCH] 0.20.5 version bump --- CHANGELOG.md | 7 +++++++ version/VERSION | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fe77db1..7a567138 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### 0.20.5 (2016-01-27) +- Breaking: Use uint64 for memory stats +- Bug: Fix devicemapper partition labelling +- Bug: Fix network stats when using new Docker network functionality +- Bug: Fix env var label mapping initialization +- Dependencies: libcontainer update + ### 0.20.4 (2016-01-20) - Godep updates diff --git a/version/VERSION b/version/VERSION index a4e543eb..58d8f8d4 100644 --- a/version/VERSION +++ b/version/VERSION @@ -1 +1 @@ -0.20.4 \ No newline at end of file +0.20.5 \ No newline at end of file