We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c0bf9f commit 006f51fCopy full SHA for 006f51f
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 1.4.2
4
+* Feature - Update AMI to amzn-ami-2017.09.k-amazon-ecs-optimized
5
+
6
## 1.4.1
7
* Bug - Ensure tests pass on go 1.10
8
* Enhancement - Support longer resource IDs in Cloudformation template
VERSION
@@ -1 +1 @@
-1.4.1
+1.4.2
ecs-cli/modules/version/version.go
@@ -22,7 +22,7 @@ package version
22
// repository. Only the 'Version' const should change in checked-in source code
23
24
// Version is the version of the ECS CLI
25
-const Version = "1.4.1"
+const Version = "1.4.2"
26
27
// GitDirty indicates the cleanliness of the git repo when this ecs-cli was built
28
const GitDirty = true
0 commit comments