diff --git a/CHANGELOG.md b/CHANGELOG.md index 592a74e87..37be08ba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.6.2 +* Enhancement - Support region cn-north-1 + ## 0.6.1 * Enhancement - Support multiple compose files in compose commands * Enhancement - Support `docker-compose.override.yml` with compose commands diff --git a/VERSION b/VERSION index ee6cdce3c..b61604874 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.1 +0.6.2 diff --git a/ecs-cli/modules/version/version.go b/ecs-cli/modules/version/version.go index 22ff6f6ea..a5cdb0cb3 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.1" +const Version = "0.6.2" // GitDirty indicates the cleanliness of the git repo when this ecs-cli was built const GitDirty = true