From 1ca656c8d53785579641376f32e5167e018952b2 Mon Sep 17 00:00:00 2001 From: Noah Meyerhans Date: Tue, 21 Nov 2017 17:16:15 -0800 Subject: [PATCH] Update version to 1.16.0 --- CHANGELOG.md | 2 +- VERSION | 2 +- agent/version/version.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3353ace6f6e..a29a09f7e26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ #Changelog -## Unreleased +## 1.16.0 * Feature - Support pulling from Amazon ECR with specified IAM role in task definition * Feature - Enable support for task level CPU and memory constraints. * Feature - Enable the ECS agent to run as a Windows service. [#1070](https://github.com/aws/amazon-ecs-agent/pull/1070) diff --git a/VERSION b/VERSION index 4761f0e9dce..71bd5d9ee64 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.15.2 \ No newline at end of file +1.16.0 \ No newline at end of file diff --git a/agent/version/version.go b/agent/version/version.go index ee3a7cd3806..fde99981a1d 100644 --- a/agent/version/version.go +++ b/agent/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 Agent -const Version = "1.15.2" +const Version = "1.16.0" // GitDirty indicates the cleanliness of the git repo when this agent was built const GitDirty = true