diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d2283c8f979b..49a98c5b454a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +Next Release (TBD) +================== + +* bugfix:``aws configservice subscribe``: Fix issue where users could not + subscribe to a s3 bucket that they had no HeadBucket permissions to. + (`issue 1223 `__) +* bugfix:``aws cloudtrail create-subscription``: Fix issue where command would + try to fetch the contents at a url using the contents of the custom policy + as the url. + (`issue 1216 `__) + + 1.7.14 ======