diff --git a/.changes/1.34.79.json b/.changes/1.34.79.json new file mode 100644 index 0000000000..e79fb91660 --- /dev/null +++ b/.changes/1.34.79.json @@ -0,0 +1,17 @@ +[ + { + "category": "``quicksight``", + "description": "Adding IAMIdentityCenterInstanceArn parameter to CreateAccountSubscription", + "type": "api-change" + }, + { + "category": "``resource-groups``", + "description": "Added a new QueryErrorCode RESOURCE_TYPE_NOT_SUPPORTED that is returned by the ListGroupResources operation if the group query contains unsupported resource types.", + "type": "api-change" + }, + { + "category": "``verifiedpermissions``", + "description": "Adding BatchIsAuthorizedWithToken API which supports multiple authorization requests against a PolicyStore given a bearer token.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-quicksight-13115.json b/.changes/next-release/api-change-quicksight-13115.json deleted file mode 100644 index 8c1790bcd8..0000000000 --- a/.changes/next-release/api-change-quicksight-13115.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``quicksight``", - "description": "Adding IAMIdentityCenterInstanceArn parameter to CreateAccountSubscription" -} diff --git a/.changes/next-release/api-change-resourcegroups-84791.json b/.changes/next-release/api-change-resourcegroups-84791.json deleted file mode 100644 index 3f20138df3..0000000000 --- a/.changes/next-release/api-change-resourcegroups-84791.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``resource-groups``", - "description": "Added a new QueryErrorCode RESOURCE_TYPE_NOT_SUPPORTED that is returned by the ListGroupResources operation if the group query contains unsupported resource types." -} diff --git a/.changes/next-release/api-change-verifiedpermissions-10876.json b/.changes/next-release/api-change-verifiedpermissions-10876.json deleted file mode 100644 index 0f1b9795f4..0000000000 --- a/.changes/next-release/api-change-verifiedpermissions-10876.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``verifiedpermissions``", - "description": "Adding BatchIsAuthorizedWithToken API which supports multiple authorization requests against a PolicyStore given a bearer token." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e703b06713..5549189559 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.34.79 +======= + +* api-change:``quicksight``: Adding IAMIdentityCenterInstanceArn parameter to CreateAccountSubscription +* api-change:``resource-groups``: Added a new QueryErrorCode RESOURCE_TYPE_NOT_SUPPORTED that is returned by the ListGroupResources operation if the group query contains unsupported resource types. +* api-change:``verifiedpermissions``: Adding BatchIsAuthorizedWithToken API which supports multiple authorization requests against a PolicyStore given a bearer token. + + 1.34.78 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 8e50b851c2..010f41578d 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.34.78' +__version__ = '1.34.79' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 6f3fa799b4..282f0d2ff0 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.78' +release = '1.34.79' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.