Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit 5b0fd9c

Browse files
committed
Bump version to 0.6.4
1 parent f4dbc9b commit 5b0fd9c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Changelog
22

3+
## 0.6.4
4+
* Feature - Update AMI to amzn-ami-2017.03.f-amazon-ecs-optimized
5+
36
## 0.6.3
47
* Feature - Update AMI to amzn-ami-2017.03.e-amazon-ecs-optimized
58
* Feature - Support configurable timeout using new `--timeout` flag in `ecs-cli compose service` commands.
69
* Enhancement - Print service events when `ecs-cli compose service up` is run
7-
* Feature - Support custom instance role by `--instance-role` flag in `ecs-cli up` command.
10+
* Feature - Support custom instance role by `--instance-role` flag in `ecs-cli up` command.
811

912

1013
## 0.6.2

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.3
1+
0.6.4

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 = "0.6.3"
25+
const Version = "0.6.4"
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)