Skip to content

Commit bb0b8f0

Browse files
committed
chore: bump version to 1.21.0
1 parent 4c40431 commit bb0b8f0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.21.0
4+
* Feature - Add support for container dependencies in ecs-params.yml (#1105)
5+
* Feature - Add support for Arm-based AWS Graviton2 instances on `ecs-cli up` (#1116)
6+
37
## 1.20.0
48
* Feature - Add support for EFS in `compose up` ECS Task workflow (#1076)
59
* Enhancement (BREAKING CHANGE) - Downgrade the error generated when setting

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.20.0
1+
1.21.0

ecs-cli/modules/version/version.go

+1-1
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.20.0"
25+
const Version = "1.21.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)