Skip to content

Commit

Permalink
Bump version to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PettitWesley committed Aug 17, 2017
1 parent 8c994ec commit be06c2e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 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.


## 0.6.2
* Enhancement - Support region cn-north-1

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.2
0.6.3
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.2"
const Version = "0.6.3"

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

0 comments on commit be06c2e

Please sign in to comment.