Skip to content

Commit

Permalink
chore: bump version to 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
allisaurus committed Dec 18, 2020
1 parent 4c40431 commit bb0b8f0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.21.0
* Feature - Add support for container dependencies in ecs-params.yml (#1105)
* Feature - Add support for Arm-based AWS Graviton2 instances on `ecs-cli up` (#1116)

## 1.20.0
* Feature - Add support for EFS in `compose up` ECS Task workflow (#1076)
* Enhancement (BREAKING CHANGE) - Downgrade the error generated when setting
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.20.0
1.21.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.20.0"
const Version = "1.21.0"

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

0 comments on commit bb0b8f0

Please sign in to comment.