1 parent a1199dc commit fe47016Copy full SHA for fe47016
3 files changed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 0.6.6
4
+* Feature - Add support for region ap-northeast-2
5
+
6
## 0.6.5
7
* Feature - Add support for cap_add and cap_drop
8
* Feature - Update AMI to amzn-ami-2017.03.g-amazon-ecs-optimized
VERSION
@@ -1 +1 @@
-0.6.5
+0.6.6
ecs-cli/modules/version/version.go
@@ -22,7 +22,7 @@ package version
22
// repository. Only the 'Version' const should change in checked-in source code
23
24
// Version is the version of the ECS CLI
25
-const Version = "0.6.5"
+const Version = "0.6.6"
26
27
// GitDirty indicates the cleanliness of the git repo when this ecs-cli was built
28
const GitDirty = true
0 commit comments