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

Commit e27df48

Browse files
committed
Bump version to 0.4.1
1 parent e56771e commit e27df48

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## 0.4.1
4+
* Feature - Update ECS-optimized AMIs to latest 2016.03.e.
5+
* Bug - Fix `project-name` option for `ecs-cli compose` command to accept `-` in the name.
6+
37
## 0.4.0
48
* Feature - Add support for `services` defined in the [Compose v2 file format](https://docs.docker.com/compose/compose-file/#/version-2).
59
* Feature - Add support for [variable substitution](https://docs.docker.com/compose/compose-file/#variable-substitution)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0
1+
0.4.1

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.4.0"
25+
const Version = "0.4.1"
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)