diff --git a/.changes/1.35.29.json b/.changes/1.35.29.json new file mode 100644 index 0000000000..1a94c8937e --- /dev/null +++ b/.changes/1.35.29.json @@ -0,0 +1,22 @@ +[ + { + "category": "``customer-profiles``", + "description": "Introduces optional RoleArn parameter for PutIntegration request and includes RoleArn in the response of PutIntegration, GetIntegration and ListIntegrations", + "type": "api-change" + }, + { + "category": "``quicksight``", + "description": "Adding personalization in QuickSight data stories. Admins can enable or disable personalization through QuickSight settings.", + "type": "api-change" + }, + { + "category": "``securityhub``", + "description": "Documentation updates for AWS Security Hub", + "type": "api-change" + }, + { + "category": "``sesv2``", + "description": "This release adds support for engagement tracking over Https using custom domains.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-customerprofiles-34492.json b/.changes/next-release/api-change-customerprofiles-34492.json deleted file mode 100644 index 955109bfff..0000000000 --- a/.changes/next-release/api-change-customerprofiles-34492.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``customer-profiles``", - "description": "Introduces optional RoleArn parameter for PutIntegration request and includes RoleArn in the response of PutIntegration, GetIntegration and ListIntegrations" -} diff --git a/.changes/next-release/api-change-quicksight-15546.json b/.changes/next-release/api-change-quicksight-15546.json deleted file mode 100644 index 4cf77abca5..0000000000 --- a/.changes/next-release/api-change-quicksight-15546.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``quicksight``", - "description": "Adding personalization in QuickSight data stories. Admins can enable or disable personalization through QuickSight settings." -} diff --git a/.changes/next-release/api-change-securityhub-36527.json b/.changes/next-release/api-change-securityhub-36527.json deleted file mode 100644 index 271afbb265..0000000000 --- a/.changes/next-release/api-change-securityhub-36527.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``securityhub``", - "description": "Documentation updates for AWS Security Hub" -} diff --git a/.changes/next-release/api-change-sesv2-14853.json b/.changes/next-release/api-change-sesv2-14853.json deleted file mode 100644 index 1f7d742e79..0000000000 --- a/.changes/next-release/api-change-sesv2-14853.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sesv2``", - "description": "This release adds support for engagement tracking over Https using custom domains." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f424d77460..c62197fd25 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.35.29 +======= + +* api-change:``customer-profiles``: Introduces optional RoleArn parameter for PutIntegration request and includes RoleArn in the response of PutIntegration, GetIntegration and ListIntegrations +* api-change:``quicksight``: Adding personalization in QuickSight data stories. Admins can enable or disable personalization through QuickSight settings. +* api-change:``securityhub``: Documentation updates for AWS Security Hub +* api-change:``sesv2``: This release adds support for engagement tracking over Https using custom domains. + + 1.35.28 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 1246061306..8a5d154c45 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.28' +__version__ = '1.35.29' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 97b53adb3f..74a8dc942d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.35.' # The full version, including alpha/beta/rc tags. -release = '1.35.28' +release = '1.35.29' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.