From daabe05c7e5d26a7847933f7b82d4b65f46ffdf8 Mon Sep 17 00:00:00 2001 From: Austin Ely Date: Wed, 27 May 2020 15:32:36 -0700 Subject: [PATCH 1/2] Version bump --- VERSION | 2 +- ecs-cli/modules/version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index c1af674ec..7df3a13a6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.19.0 \ No newline at end of file +1.19.1 \ No newline at end of file diff --git a/ecs-cli/modules/version/version.go b/ecs-cli/modules/version/version.go index 0d7585088..de56a187c 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.0" +const Version = "1.19.1" // GitDirty indicates the cleanliness of the git repo when this ecs-cli was built const GitDirty = true From 17bd93ed59603bc57dc8b2a7d3af523c2e44d578 Mon Sep 17 00:00:00 2001 From: Austin Ely Date: Wed, 27 May 2020 15:33:55 -0700 Subject: [PATCH 2/2] release notes --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b214ad85f..a0e247fba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.19.1 +* Bug - Don't set platform version for EC2 services (#1041) + ## 1.19.0 * Feature - Add support for EFS volume configuration in ecs-params (#1019) * Feature - Add support for multiple target groups attached to a single service (#1013)