diff --git a/.changes/1.35.5.json b/.changes/1.35.5.json new file mode 100644 index 0000000000..eb7dbc9063 --- /dev/null +++ b/.changes/1.35.5.json @@ -0,0 +1,32 @@ +[ + { + "category": "``bedrock-agent``", + "description": "Releasing the support for Action User Confirmation.", + "type": "api-change" + }, + { + "category": "``bedrock-agent-runtime``", + "description": "Releasing the support for Action User Confirmation.", + "type": "api-change" + }, + { + "category": "``codebuild``", + "description": "Added support for the MAC_ARM environment type for CodeBuild fleets.", + "type": "api-change" + }, + { + "category": "``organizations``", + "description": "Releasing minor partitional endpoint updates.", + "type": "api-change" + }, + { + "category": "``qbusiness``", + "description": "Amazon QBusiness: Enable support for SAML and OIDC federation through AWS IAM Identity Provider integration.", + "type": "api-change" + }, + { + "category": "``supplychain``", + "description": "Update API documentation to clarify the event SLA as well as the data model expectations", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-bedrockagent-3726.json b/.changes/next-release/api-change-bedrockagent-3726.json deleted file mode 100644 index 27469a1d0f..0000000000 --- a/.changes/next-release/api-change-bedrockagent-3726.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent``", - "description": "Releasing the support for Action User Confirmation." -} diff --git a/.changes/next-release/api-change-bedrockagentruntime-63993.json b/.changes/next-release/api-change-bedrockagentruntime-63993.json deleted file mode 100644 index 94eb0092c6..0000000000 --- a/.changes/next-release/api-change-bedrockagentruntime-63993.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent-runtime``", - "description": "Releasing the support for Action User Confirmation." -} diff --git a/.changes/next-release/api-change-codebuild-86672.json b/.changes/next-release/api-change-codebuild-86672.json deleted file mode 100644 index cd64742e2f..0000000000 --- a/.changes/next-release/api-change-codebuild-86672.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codebuild``", - "description": "Added support for the MAC_ARM environment type for CodeBuild fleets." -} diff --git a/.changes/next-release/api-change-organizations-45056.json b/.changes/next-release/api-change-organizations-45056.json deleted file mode 100644 index 5c438a0cf8..0000000000 --- a/.changes/next-release/api-change-organizations-45056.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``organizations``", - "description": "Releasing minor partitional endpoint updates." -} diff --git a/.changes/next-release/api-change-qbusiness-53925.json b/.changes/next-release/api-change-qbusiness-53925.json deleted file mode 100644 index d94af5d6c6..0000000000 --- a/.changes/next-release/api-change-qbusiness-53925.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``qbusiness``", - "description": "Amazon QBusiness: Enable support for SAML and OIDC federation through AWS IAM Identity Provider integration." -} diff --git a/.changes/next-release/api-change-supplychain-8521.json b/.changes/next-release/api-change-supplychain-8521.json deleted file mode 100644 index 997f5c1bf7..0000000000 --- a/.changes/next-release/api-change-supplychain-8521.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``supplychain``", - "description": "Update API documentation to clarify the event SLA as well as the data model expectations" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 67d407f895..4310184a01 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.35.5 +====== + +* api-change:``bedrock-agent``: Releasing the support for Action User Confirmation. +* api-change:``bedrock-agent-runtime``: Releasing the support for Action User Confirmation. +* api-change:``codebuild``: Added support for the MAC_ARM environment type for CodeBuild fleets. +* api-change:``organizations``: Releasing minor partitional endpoint updates. +* api-change:``qbusiness``: Amazon QBusiness: Enable support for SAML and OIDC federation through AWS IAM Identity Provider integration. +* api-change:``supplychain``: Update API documentation to clarify the event SLA as well as the data model expectations + + 1.35.4 ====== diff --git a/botocore/__init__.py b/botocore/__init__.py index 2a57a66240..24e358143e 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.4' +__version__ = '1.35.5' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 1bfad2aec6..e4e498c46b 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.4' +release = '1.35.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.