From 3e2a3824863dfc134a90f6ed97cef399e8cb7ea7 Mon Sep 17 00:00:00 2001 From: yinshiua Date: Thu, 12 Jan 2017 18:00:41 -0800 Subject: [PATCH] Bump version to 0.4.6 --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- ecs-cli/modules/version/version.go | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb7ed143a..56d37f260 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ # Changelog +## 0.4.6 +* Feature - Update ECS-optimized AMIs to latest 2016.09.d +* Bug - Support human readable strings for mem_limit +* Feature - Support for reading regions from aws profile +* Feature - Support for assume role from aws profile + ## 0.4.5 * Feature - Update ECS-optimized AMIs to latest 2016.09.c * Bug - When environment variable is not resolved, set it to empty string. diff --git a/VERSION b/VERSION index 0bfccb080..ef52a6480 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.5 +0.4.6 diff --git a/ecs-cli/modules/version/version.go b/ecs-cli/modules/version/version.go index a2554276d..628ed96c6 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.4.5" +const Version = "0.4.6" // GitDirty indicates the cleanliness of the git repo when this ecs-cli was built const GitDirty = true