Skip to content

Commit

Permalink
Merge branch 'release-1.20.0' into mainline
Browse files Browse the repository at this point in the history
  • Loading branch information
bvtujo committed Jul 7, 2020
2 parents 0f91c6a + af71b5e commit 7547c45
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.19.1
1.20.0
2 changes: 1 addition & 1 deletion ecs-cli/modules/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7547c45

Please sign in to comment.