Skip to content

Commit

Permalink
Bump version to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SoManyHs committed Nov 19, 2018
1 parent 52300fe commit a91d242
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,5 +1,11 @@
# Changelog

## 1.11.0
* Feature - Add support ECS Secrets for #664
* Feature - Add support for IPC and PID flags #665
* Feature - Add support for mandatory variables in docker-compose #651
* Enhancement - Add support for FIPs endpoint when using ECR #666

## 1.10.0
* Feature - Add `registry-creds` command as part of Private Registry Authentication workflow #652 #601
* Feature - Use Amazon Linux 2 ECS Optimized AMI #647
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.0
1.11.0
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 = "1.10.0"
const Version = "1.11.0"

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

0 comments on commit a91d242

Please sign in to comment.