Skip to content

Commit 7547c45

Browse files
committed
Merge branch 'release-1.20.0' into mainline
2 parents 0f91c6a + af71b5e commit 7547c45

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.20.0
4+
* Feature - Add support for EFS in `compose up` ECS Task workflow (#1076)
5+
* Enhancement (BREAKING CHANGE) - Downgrade the error generated when setting
6+
`--enable-service-discovery` on an existing service to a warning (#1071)
7+
38
## 1.19.1
49
* Bug - Don't set platform version for EC2 services (#1041)
510

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.19.1
1+
1.20.0

ecs-cli/modules/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ package version
2222
// repository. Only the 'Version' const should change in checked-in source code
2323

2424
// Version is the version of the ECS CLI
25-
const Version = "1.19.1"
25+
const Version = "1.20.0"
2626

2727
// GitDirty indicates the cleanliness of the git repo when this ecs-cli was built
2828
const GitDirty = true

0 commit comments

Comments
 (0)