Skip to content

Commit

Permalink
Bump version to 1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SoManyHs committed Feb 28, 2020
1 parent f7faf52 commit 7e9df84
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

## 1.18.1
* Bug - Correctly parse value specified in --tags flag (#959)
* Bug - `compose up` now only makes one API call, reducing errors caused by a race condition (#988)
* Bug - Allow `local create` to use taskRole (#970)
* Enhancement - Ensure resource cleanup in integ tests (#987)
* Enhancement - Populate EC2 instance type options through API call (#958)

## 1.18.0
* Enhancement - Print verbose messages for credential chain errors (#937)
* Enhancement - Add G4 instance support (#940)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.18.0
1.18.1
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.18.0"
const Version = "1.18.1"

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

0 comments on commit 7e9df84

Please sign in to comment.