Skip to content

Commit 1a36137

Browse files
committed
Bump version to 1.4.1
1 parent 1e4a0c6 commit 1a36137

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## 1.4.1
4+
* Bug - Ensure tests pass on go 1.10
5+
* Enhancement - Support longer resource IDs in Cloudformation template
6+
37
## 1.4.0
48
* Feature - Update AMI to amzn-ami-2017.09.j-amazon-ecs-optimized
59
* Feature - Add force-deployment flag to compose service (#144)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.0
1+
1.4.1

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.4.0"
25+
const Version = "1.4.1"
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)