Skip to content

Commit

Permalink
Bump version to 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SoManyHs committed Aug 26, 2017
1 parent f4dbc9b commit 5b0fd9c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Changelog

## 0.6.4
* Feature - Update AMI to amzn-ami-2017.03.f-amazon-ecs-optimized

## 0.6.3
* Feature - Update AMI to amzn-ami-2017.03.e-amazon-ecs-optimized
* Feature - Support configurable timeout using new `--timeout` flag in `ecs-cli compose service` commands.
* Enhancement - Print service events when `ecs-cli compose service up` is run
* Feature - Support custom instance role by `--instance-role` flag in `ecs-cli up` command.
* Feature - Support custom instance role by `--instance-role` flag in `ecs-cli up` command.


## 0.6.2
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.3
0.6.4
2 changes: 1 addition & 1 deletion ecs-cli/modules/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package version
// repository. Only the 'Version' const should change in checked-in source code

// Version is the version of the ECS CLI
const Version = "0.6.3"
const Version = "0.6.4"

// GitDirty indicates the cleanliness of the git repo when this ecs-cli was built
const GitDirty = true
Expand Down

0 comments on commit 5b0fd9c

Please sign in to comment.