From fe4701673453637c7c1cae85ce058e493ccfe5c0 Mon Sep 17 00:00:00 2001 From: Wesley Pettit Date: Wed, 4 Oct 2017 15:13:42 -0700 Subject: [PATCH] Bump Version to 0.6.6 --- 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 12812739d..8250b6bc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.6.6 +* Feature - Add support for region ap-northeast-2 + ## 0.6.5 * Feature - Add support for cap_add and cap_drop * Feature - Update AMI to amzn-ami-2017.03.g-amazon-ecs-optimized diff --git a/VERSION b/VERSION index ef5e44544..05e8a4593 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.5 +0.6.6 diff --git a/ecs-cli/modules/version/version.go b/ecs-cli/modules/version/version.go index d4c063323..3d7cc98c0 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 = "0.6.5" +const Version = "0.6.6" // GitDirty indicates the cleanliness of the git repo when this ecs-cli was built const GitDirty = true