From 4f176a771c5b6f95599ecf4fe57c22db308fd194 Mon Sep 17 00:00:00 2001 From: Hsing-Hui Hsu Date: Tue, 28 Nov 2017 16:48:26 -0800 Subject: [PATCH] Bump version to 1.1.0 --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- ecs-cli/modules/version/version.go | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd29d798c..8e0d2fb16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.1.0 +* Feature - Add support for Task Networking +* Feature - Add support for AWS Fargate +* Feature - Add support for viewing Cloudwatch logs of an ECS task +* Enhancement - Added Amazon Open Source Code of Conduct +* Bug - Fix credential resolution using aws-profile #369 + ## 1.0.0 * Feature - Add support for configuring multiple named ECS Profiles and Cluster Configurations #364 * Feature - Update the Order of Resolution for Credentials and Region #351 diff --git a/VERSION b/VERSION index 3eefcb9dd..9084fa2f7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 +1.1.0 diff --git a/ecs-cli/modules/version/version.go b/ecs-cli/modules/version/version.go index 9497c7fbc..f6710db11 100644 --- a/ecs-cli/modules/version/version.go +++ b/ecs-cli/modules/version/version.go @@ -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.0.0" +const Version = "1.1.0" // GitDirty indicates the cleanliness of the git repo when this ecs-cli was built const GitDirty = true