diff --git a/CHANGELOG.md b/CHANGELOG.md index f89aec52a..0b93e5cbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ # Changelog +## 0.6.4 +* Feature - Update AMI to amzn-ami-2017.03.f-amazon-ecs-optimized + ## 0.6.3 * Feature - Update AMI to amzn-ami-2017.03.e-amazon-ecs-optimized * Feature - Support configurable timeout using new `--timeout` flag in `ecs-cli compose service` commands. * Enhancement - Print service events when `ecs-cli compose service up` is run -* Feature - Support custom instance role by `--instance-role` flag in `ecs-cli up` command. +* Feature - Support custom instance role by `--instance-role` flag in `ecs-cli up` command. ## 0.6.2 diff --git a/VERSION b/VERSION index 844f6a91a..d2b13eb64 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.3 +0.6.4 diff --git a/ecs-cli/modules/version/version.go b/ecs-cli/modules/version/version.go index 3ffdb3d1a..3d408bf1a 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.3" +const Version = "0.6.4" // GitDirty indicates the cleanliness of the git repo when this ecs-cli was built const GitDirty = true