Skip to content

Commit 95406b1

Browse files
committed
Bump version to 1.6.0
1 parent 83ea3f0 commit 95406b1

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## 1.6.0
4+
* Feature - Add support for docker Compose file version 3 (#218)
5+
* Feature - Add support for environmental variables in ecs-params.yml (#530)
6+
* Feature - Add support for named volumes (#481)
7+
* Bug - Fix support for slashes in image names (#361)
8+
* Bug - Fix stack timeout message for CFN stack deletion
9+
* Bug - Fix exit code to be 1 for all CLI usage errors (#490)
10+
* Enhancement - Add Pull Request template (#492)
11+
312
## 1.5.0
413
* Feature - Add support for tmpfs
514
* Feature - Add support for shm_size

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.0
1+
1.6.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.5.0"
25+
const Version = "1.6.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)