diff --git a/.changes/1.35.31.json b/.changes/1.35.31.json new file mode 100644 index 0000000000..2525d56f5b --- /dev/null +++ b/.changes/1.35.31.json @@ -0,0 +1,17 @@ +[ + { + "category": "``bedrock-agent``", + "description": "This release adds support to stop an ongoing ingestion job using the StopIngestionJob API in Agents for Amazon Bedrock.", + "type": "api-change" + }, + { + "category": "``codeartifact``", + "description": "Add support for the dual stack endpoints.", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "This release provides additional support for enabling Aurora Limitless Database DB clusters.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-bedrockagent-12109.json b/.changes/next-release/api-change-bedrockagent-12109.json deleted file mode 100644 index e48689b00e..0000000000 --- a/.changes/next-release/api-change-bedrockagent-12109.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent``", - "description": "This release adds support to stop an ongoing ingestion job using the StopIngestionJob API in Agents for Amazon Bedrock." -} diff --git a/.changes/next-release/api-change-codeartifact-6119.json b/.changes/next-release/api-change-codeartifact-6119.json deleted file mode 100644 index 851abb6c39..0000000000 --- a/.changes/next-release/api-change-codeartifact-6119.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codeartifact``", - "description": "Add support for the dual stack endpoints." -} diff --git a/.changes/next-release/api-change-rds-51510.json b/.changes/next-release/api-change-rds-51510.json deleted file mode 100644 index 046137638e..0000000000 --- a/.changes/next-release/api-change-rds-51510.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "This release provides additional support for enabling Aurora Limitless Database DB clusters." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 46fc36bb5e..d7e6ff25e5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.35.31 +======= + +* api-change:``bedrock-agent``: This release adds support to stop an ongoing ingestion job using the StopIngestionJob API in Agents for Amazon Bedrock. +* api-change:``codeartifact``: Add support for the dual stack endpoints. +* api-change:``rds``: This release provides additional support for enabling Aurora Limitless Database DB clusters. + + 1.35.30 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 2fdc06bcd1..65f85cf694 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.30' +__version__ = '1.35.31' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 6fa92d279d..21bf410a6f 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.30' +release = '1.35.31' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.