From 90fa1d3ee5557f1792c4278c956e57a666769589 Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Wed, 24 Feb 2016 14:48:34 -0800 Subject: [PATCH] bump to 1.1.3 Signed-off-by: Victor Vieux --- CHANGELOG.md | 6 ++++++ version/version.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 497c5f8bd1..b86f14b77f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.1.3 (2016-02-24) + +- Fix missing HostConfig for rescheduled containers +- Fix TCP connections leak +- Support `docker run --net / ...` + ## 1.1.2 (2016-02-18) - Fix regression with Docker Compose diff --git a/version/version.go b/version/version.go index a0d5612ab0..7b9eac9e25 100644 --- a/version/version.go +++ b/version/version.go @@ -2,7 +2,7 @@ package version var ( // VERSION should be updated by hand at each release - VERSION = "1.1.2" + VERSION = "1.1.3" // GITCOMMIT will be overwritten automatically by the build system GITCOMMIT = "HEAD"