Skip to content

Commit

Permalink
Bump version to 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yinshiua committed Jan 13, 2017
1 parent af06916 commit 3e2a382
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Changelog
## 0.4.6
* Feature - Update ECS-optimized AMIs to latest 2016.09.d
* Bug - Support human readable strings for mem_limit
* Feature - Support for reading regions from aws profile
* Feature - Support for assume role from aws profile

## 0.4.5
* Feature - Update ECS-optimized AMIs to latest 2016.09.c
* Bug - When environment variable is not resolved, set it to empty string.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.5
0.4.6
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.4.5"
const Version = "0.4.6"

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

0 comments on commit 3e2a382

Please sign in to comment.