From 1579e44a270151f171c6af0467a396d8aed014b2 Mon Sep 17 00:00:00 2001 From: Bert Blommers Date: Wed, 3 Mar 2021 09:05:44 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1f98bfb8..14d085069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,27 @@ Unreleased ----- +2.0.1 +----- + New Services: + * Media Connect + + New Methods: + * API Gateway: + * update_usage_plan + * Events + * cancel_replay + * describe_replay + * start_replay + * list_replays + + Miscellaneous: + * ECS TaskDefinitions now have the 'status' attribute + * Events: the put_rule now updates an existing rule, instead of removing the old one (and the associated targets) + * IAM create_roles and list_roles now return the Description + * SSM: put_parameter and describe_parameters now supports tags + + 2.0.0 ---- Full list of PRs merged in this release: