diff --git a/.changes/1.27.9.json b/.changes/1.27.9.json new file mode 100644 index 0000000000..13fdfff3cd --- /dev/null +++ b/.changes/1.27.9.json @@ -0,0 +1,17 @@ +[ + { + "category": "``budgets``", + "description": "Add a budgets ThrottlingException. Update the CostFilters value pattern.", + "type": "api-change" + }, + { + "category": "``lookoutmetrics``", + "description": "Adding filters to Alert and adding new UpdateAlert API.", + "type": "api-change" + }, + { + "category": "``mediaconvert``", + "description": "AWS Elemental MediaConvert SDK has added support for rules that constrain Automatic-ABR rendition selection when generating ABR package ladders.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-budgets-11075.json b/.changes/next-release/api-change-budgets-11075.json deleted file mode 100644 index c6d1353d6d..0000000000 --- a/.changes/next-release/api-change-budgets-11075.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``budgets``", - "description": "Add a budgets ThrottlingException. Update the CostFilters value pattern." -} diff --git a/.changes/next-release/api-change-lookoutmetrics-87128.json b/.changes/next-release/api-change-lookoutmetrics-87128.json deleted file mode 100644 index 6067b8a2fb..0000000000 --- a/.changes/next-release/api-change-lookoutmetrics-87128.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``lookoutmetrics``", - "description": "Adding filters to Alert and adding new UpdateAlert API." -} diff --git a/.changes/next-release/api-change-mediaconvert-7896.json b/.changes/next-release/api-change-mediaconvert-7896.json deleted file mode 100644 index 2d65d36967..0000000000 --- a/.changes/next-release/api-change-mediaconvert-7896.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediaconvert``", - "description": "AWS Elemental MediaConvert SDK has added support for rules that constrain Automatic-ABR rendition selection when generating ABR package ladders." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9ee3906c6d..d57826be1a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.27.9 +====== + +* api-change:``budgets``: Add a budgets ThrottlingException. Update the CostFilters value pattern. +* api-change:``lookoutmetrics``: Adding filters to Alert and adding new UpdateAlert API. +* api-change:``mediaconvert``: AWS Elemental MediaConvert SDK has added support for rules that constrain Automatic-ABR rendition selection when generating ABR package ladders. + + 1.27.8 ====== diff --git a/botocore/__init__.py b/botocore/__init__.py index 00edb9df5b..f3655bc53e 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.27.8' +__version__ = '1.27.9' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 40d0988b81..f1160e20d4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -54,7 +54,7 @@ # The short X.Y version. version = '1.27' # The full version, including alpha/beta/rc tags. -release = '1.27.8' +release = '1.27.9' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.