diff --git a/.changes/1.34.31.json b/.changes/1.34.31.json new file mode 100644 index 0000000000..37ce9cdad3 --- /dev/null +++ b/.changes/1.34.31.json @@ -0,0 +1,12 @@ +[ + { + "category": "``datazone``", + "description": "Add new skipDeletionCheck to DeleteDomain. Add new skipDeletionCheck to DeleteProject which also automatically deletes dependent objects", + "type": "api-change" + }, + { + "category": "``route53``", + "description": "Update the SDKs for text changes in the APIs.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-datazone-99172.json b/.changes/next-release/api-change-datazone-99172.json deleted file mode 100644 index 7dc29632b7..0000000000 --- a/.changes/next-release/api-change-datazone-99172.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``datazone``", - "description": "Add new skipDeletionCheck to DeleteDomain. Add new skipDeletionCheck to DeleteProject which also automatically deletes dependent objects" -} diff --git a/.changes/next-release/api-change-route53-17750.json b/.changes/next-release/api-change-route53-17750.json deleted file mode 100644 index 9e9b21112d..0000000000 --- a/.changes/next-release/api-change-route53-17750.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``route53``", - "description": "Update the SDKs for text changes in the APIs." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7052535254..a6f2045d6f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,13 @@ CHANGELOG ========= +1.34.31 +======= + +* api-change:``datazone``: Add new skipDeletionCheck to DeleteDomain. Add new skipDeletionCheck to DeleteProject which also automatically deletes dependent objects +* api-change:``route53``: Update the SDKs for text changes in the APIs. + + 1.34.30 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index df72e8d39b..f059509f8b 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.34.30' +__version__ = '1.34.31' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 506c60fa47..59e1cf99ab 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.34.' # The full version, including alpha/beta/rc tags. -release = '1.34.30' +release = '1.34.31' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.