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