Skip to content
This repository was archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Bumped version to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulMaddox committed Mar 14, 2019
1 parent 70a50df commit 7a0bd11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.3.0 (Unreleased)
## 0.3.0 (2019-03-14)

### Enhancements

Expand All @@ -7,6 +7,10 @@
with --no-emoji if you're not into fun
- Requests and responses from AWS are displayed in full when --verbose is
passed
- Added additional AWS Fargate regions
- Added --task-command flag to allow overriding of the Docker command used by the container
- If you have a region set in your AWS credentials, use that by default and only fall back to us-east-1 if no region is set
- Added --assign-public-ip boolean flag, which allows you to control whether a task has a public IP address (default: true)

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
)

const (
version = "0.2.4"
version = "0.3.0"

defaultClusterName = "fargate"
defaultRegion = "us-east-1"
Expand Down

0 comments on commit 7a0bd11

Please sign in to comment.