From e27df48b25cc5dcd1c3e75ce54e7c90911ab1a46 Mon Sep 17 00:00:00 2001 From: uttarasridhar Date: Tue, 12 Jul 2016 19:09:58 -0700 Subject: [PATCH] Bump version to 0.4.1 --- 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 0f57f1114..64f1179f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.4.1 +* Feature - Update ECS-optimized AMIs to latest 2016.03.e. +* Bug - Fix `project-name` option for `ecs-cli compose` command to accept `-` in the name. + ## 0.4.0 * Feature - Add support for `services` defined in the [Compose v2 file format](https://docs.docker.com/compose/compose-file/#/version-2). * Feature - Add support for [variable substitution](https://docs.docker.com/compose/compose-file/#variable-substitution) diff --git a/VERSION b/VERSION index 60a2d3e96..44bb5d1f7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.0 \ No newline at end of file +0.4.1 \ No newline at end of file diff --git a/ecs-cli/modules/version/version.go b/ecs-cli/modules/version/version.go index 5993703c5..ac2e851cb 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.0" +const Version = "0.4.1" // GitDirty indicates the cleanliness of the git repo when this ecs-cli was built const GitDirty = true