diff --git a/.changes/1.33.6.json b/.changes/1.33.6.json new file mode 100644 index 0000000000..66ee657571 --- /dev/null +++ b/.changes/1.33.6.json @@ -0,0 +1,17 @@ +[ + { + "category": "``qconnect``", + "description": "This release adds the PutFeedback API and allows providing feedback against the specified assistant for the specified target.", + "type": "api-change" + }, + { + "category": "``rbin``", + "description": "Added resource identifier in the output and updated error handling.", + "type": "api-change" + }, + { + "category": "``verifiedpermissions``", + "description": "Adds description field to PolicyStore API's and namespaces field to GetSchema.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-qconnect-48351.json b/.changes/next-release/api-change-qconnect-48351.json deleted file mode 100644 index 0f108b5230..0000000000 --- a/.changes/next-release/api-change-qconnect-48351.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``qconnect``", - "description": "This release adds the PutFeedback API and allows providing feedback against the specified assistant for the specified target." -} diff --git a/.changes/next-release/api-change-rbin-33818.json b/.changes/next-release/api-change-rbin-33818.json deleted file mode 100644 index 8d37573dc6..0000000000 --- a/.changes/next-release/api-change-rbin-33818.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rbin``", - "description": "Added resource identifier in the output and updated error handling." -} diff --git a/.changes/next-release/api-change-verifiedpermissions-63317.json b/.changes/next-release/api-change-verifiedpermissions-63317.json deleted file mode 100644 index 7acef715eb..0000000000 --- a/.changes/next-release/api-change-verifiedpermissions-63317.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``verifiedpermissions``", - "description": "Adds description field to PolicyStore API's and namespaces field to GetSchema." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 14077155bf..e54fb06432 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.33.6 +====== + +* api-change:``qconnect``: This release adds the PutFeedback API and allows providing feedback against the specified assistant for the specified target. +* api-change:``rbin``: Added resource identifier in the output and updated error handling. +* api-change:``verifiedpermissions``: Adds description field to PolicyStore API's and namespaces field to GetSchema. + + 1.33.5 ====== diff --git a/botocore/__init__.py b/botocore/__init__.py index ce0ae3ca76..9009ac5a43 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.33.5' +__version__ = '1.33.6' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index d1bef49bd1..43a2b68f19 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.33' # The full version, including alpha/beta/rc tags. -release = '1.33.5' +release = '1.33.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.