From 6cacbcebaf844062fe933ddb0a020f21b3dcb43f Mon Sep 17 00:00:00 2001 From: Cam Date: Wed, 8 Jan 2020 10:33:02 -0800 Subject: [PATCH] update to 1.36.0 --- CHANGELOG.md | 3 +++ VERSION | 2 +- agent/version/version.go | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebd0067a819..3b0352c8053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.36.0 +* Feature - structured logs and logfile rollover features [#2311](https://github.com/aws/amazon-ecs-agent/pull/2311), [#2319](https://github.com/aws/amazon-ecs-agent/pull/2319), [#2330](https://github.com/aws/amazon-ecs-agent/pull/2330) + ## 1.35.0 * Feature - EFS Preview [#2301](https://github.com/aws/amazon-ecs-agent/pull/2301) * Bug - Load pause container for use by PID/IPC even if task networking is disabled [#2300](https://github.com/aws/amazon-ecs-agent/pull/2300) diff --git a/VERSION b/VERSION index 2aeaa11ee27..39fc130ef85 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.35.0 +1.36.0 diff --git a/agent/version/version.go b/agent/version/version.go index f14f951374b..db22ef886ac 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.35.0" +const Version = "1.36.0" // GitDirty indicates the cleanliness of the git repo when this agent was built const GitDirty = true