From e75e40582c6d9bd855068b0c1285c775c69cce41 Mon Sep 17 00:00:00 2001 From: Austin Ely Date: Thu, 2 Jul 2020 10:29:22 -0700 Subject: [PATCH 1/2] version bump for 1.20.0 --- VERSION | 2 +- ecs-cli/modules/version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 7df3a13a6..f1e7f0650 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.19.1 \ No newline at end of file +1.20.0 \ No newline at end of file diff --git a/ecs-cli/modules/version/version.go b/ecs-cli/modules/version/version.go index de56a187c..8c87db5ab 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.19.1" +const Version = "1.20.0" // GitDirty indicates the cleanliness of the git repo when this ecs-cli was built const GitDirty = true From af71b5e5b07a5d71616307fb5530d1ebc05011ea Mon Sep 17 00:00:00 2001 From: Austin Ely Date: Thu, 2 Jul 2020 12:25:42 -0700 Subject: [PATCH 2/2] update release notes --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0e247fba..3cdfbff75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.20.0 +* Feature - Add support for EFS in `compose up` ECS Task workflow (#1076) +* Enhancement (BREAKING CHANGE) - Downgrade the error generated when setting + `--enable-service-discovery` on an existing service to a warning (#1071) + ## 1.19.1 * Bug - Don't set platform version for EC2 services (#1041)