From d4f9ae3d95a5db30a76e38316c6867ed2bb764a8 Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Thu, 18 Feb 2016 00:18:03 -0800 Subject: [PATCH] bump 1.1.2 Signed-off-by: Victor Vieux --- CHANGELOG.md | 4 ++++ version/version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04e3456496..497c5f8bd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.1.2 (2016-02-18) + +- Fix regression with Docker Compose + ## 1.1.1 (2016-02-17) - Performance improvements around networking with Docker engine 1.10 diff --git a/version/version.go b/version/version.go index 5f4b6be282..a0d5612ab0 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.1" + VERSION = "1.1.2" // GITCOMMIT will be overwritten automatically by the build system GITCOMMIT = "HEAD"