diff --git a/CHANGELOG.md b/CHANGELOG.md index 743026fc9..8bcbaf220 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.11.1 +* Bug - Revert IPC/PID flags due to bad default behavior + ## 1.11.0 * Feature - Add support ECS Secrets for #664 * Feature - Add support for IPC and PID flags #665 diff --git a/VERSION b/VERSION index 1cac385c6..720c7384c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.11.0 +1.11.1 diff --git a/ecs-cli/modules/version/version.go b/ecs-cli/modules/version/version.go index 9fe00fa60..e10fb3854 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.0" +const Version = "1.11.1" // GitDirty indicates the cleanliness of the git repo when this ecs-cli was built const GitDirty = true