Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit 4ff2bfc

Browse files
committed
Bump Version to 0.6.5
1 parent bad92f6 commit 4ff2bfc

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.6.5
4+
* Feature - Add support for cap_add and cap_drop
5+
* Feature - Update AMI to amzn-ami-2017.03.g-amazon-ecs-optimized
6+
* Enhancement - PS command displays private IPs when instance lacks a Public IP
7+
* Bug - All commands now return an error exit code for error cases #306
8+
39
## 0.6.4
410
* Feature - Update AMI to amzn-ami-2017.03.f-amazon-ecs-optimized
511

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.4
1+
0.6.5

ecs-cli/modules/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ package version
2222
// repository. Only the 'Version' const should change in checked-in source code
2323

2424
// Version is the version of the ECS CLI
25-
const Version = "0.6.4"
25+
const Version = "0.6.5"
2626

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

0 commit comments

Comments
 (0)