Skip to content

Commit 5c02c34

Browse files
committed
Bump version to 1.16.0
1 parent 5d8672a commit 5c02c34

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## 1.16.0
4+
* Feature - Add force flag to local up and create (#907)
5+
* Feature - Add placement constraints to task definition (#909, #913)
6+
* Bug - Fix 'local up' on Windows (#892)
7+
* Enhancement - Update issues templates
8+
39
## 1.15.1
410
* Bug - Fix go statement coverage results in our integration tests
511

VERSION

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