From 7e9df8493b962143c8ae30b1dc0b6c4ce4569c95 Mon Sep 17 00:00:00 2001 From: Hsing-Hui Hsu Date: Tue, 25 Feb 2020 13:35:49 -0800 Subject: [PATCH] Bump version to 1.18.1 --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- ecs-cli/modules/version/version.go | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07b83ef90..1b727e926 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.18.1 +* Bug - Correctly parse value specified in --tags flag (#959) +* Bug - `compose up` now only makes one API call, reducing errors caused by a race condition (#988) +* Bug - Allow `local create` to use taskRole (#970) +* Enhancement - Ensure resource cleanup in integ tests (#987) +* Enhancement - Populate EC2 instance type options through API call (#958) + ## 1.18.0 * Enhancement - Print verbose messages for credential chain errors (#937) * Enhancement - Add G4 instance support (#940) diff --git a/VERSION b/VERSION index 744068368..ec6d649be 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.18.0 \ No newline at end of file +1.18.1 diff --git a/ecs-cli/modules/version/version.go b/ecs-cli/modules/version/version.go index 7b5044a17..bfcbf8dd9 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 = "1.18.0" +const Version = "1.18.1" // GitDirty indicates the cleanliness of the git repo when this ecs-cli was built const GitDirty = true