From 049e13d8779f3a48ce18ea39bafe3e4c19ce5bbc Mon Sep 17 00:00:00 2001 From: Wesley Pettit Date: Tue, 20 Nov 2018 13:17:51 -0800 Subject: [PATCH] Bump version to v1.12.0 --- CHANGELOG.md | 3 +++ VERSION | 2 +- ecs-cli/modules/version/version.go | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bcbaf220..235d2a974 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.12.0 +* Feature - Add support for IPC and PID Docker flags #669 + ## 1.11.1 * Bug - Revert IPC/PID flags due to bad default behavior diff --git a/VERSION b/VERSION index 720c7384c..0eed1a29e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.11.1 +1.12.0 diff --git a/ecs-cli/modules/version/version.go b/ecs-cli/modules/version/version.go index e10fb3854..d2f1c60d4 100644 --- a/ecs-cli/modules/version/version.go +++ b/ecs-cli/modules/version/version.go @@ -22,7 +22,7 @@ package version // repository. Only the 'Version' const should change in checked-in source code // Version is the version of the ECS CLI -const Version = "1.11.1" +const Version = "1.12.0" // GitDirty indicates the cleanliness of the git repo when this ecs-cli was built const GitDirty = true