From fbb640aea00b8a8da3c5751850d2af724786bc3b Mon Sep 17 00:00:00 2001 From: haikuoliu Date: Thu, 26 Jul 2018 11:36:24 -0700 Subject: [PATCH] changelog: add entry for PR #1473 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 165e3989b1e..a3d5daa0d0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.19.1 +* Bug - Fixed a bug where Json response changes break backward compatibility for introspection endpoint [#1473](https://github.com/aws/amazon-ecs-agent/pull/1473) + ## 1.19.0 * Feature - Private registry can be authenticated through task definition using AWS Secrets Manager [#1427](https://github.com/aws/amazon-ecs-agent/pull/1427)