From 0301ac823057be01a6a1f57461885594e270e0d2 Mon Sep 17 00:00:00 2001 From: Hsing-Hui Hsu Date: Mon, 30 Sep 2019 10:45:32 -0700 Subject: [PATCH] Bump version to v1.17.0 --- CHANGELOG.md | 4 ++++ VERSION | 2 +- ecs-cli/modules/version/version.go | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2b92a0dd..e6153ef83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.17.0 +* Feature - Add support for Firelens (#924) +* Bug - Remove spurious log warning (#926) + ## 1.16.0 * Feature - Add force flag to local up and create (#907) * Feature - Add placement constraints to task definition (#909, #913) diff --git a/VERSION b/VERSION index 15b989e39..092afa15d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.16.0 +1.17.0 diff --git a/ecs-cli/modules/version/version.go b/ecs-cli/modules/version/version.go index 6399e912a..b82616add 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.16.0" +const Version = "1.17.0" // GitDirty indicates the cleanliness of the git repo when this ecs-cli was built const GitDirty = true