From c6ea81efc26347f5fc5ced4a3c9673708cc827f8 Mon Sep 17 00:00:00 2001 From: uttarasridhar Date: Mon, 22 Aug 2016 15:15:15 -0700 Subject: [PATCH] Bump version to 0.4.3 --- CHANGELOG.md | 4 ++++ VERSION | 2 +- ecs-cli/modules/version/version.go | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b796c7b7..007df16ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.4.3 +* Feature - Update ECS-optimized AMIs to latest 2016.03.h. +* Feature - Add support for different volumes_from format supported by Docker compose. + ## 0.4.2 * Feature - Update ECS-optimized AMIs to latest 2016.03.f. * Bug - Ensure least privilege for ~/.ecs/config file with permissions 0600. diff --git a/VERSION b/VERSION index f7abe273d..17b2ccd9b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.2 \ No newline at end of file +0.4.3 diff --git a/ecs-cli/modules/version/version.go b/ecs-cli/modules/version/version.go index fd5fb37a9..b7fd4aa5a 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.2" +const Version = "0.4.3" // GitDirty indicates the cleanliness of the git repo when this ecs-cli was built const GitDirty = true