diff --git a/.changes/1.35.7.json b/.changes/1.35.7.json new file mode 100644 index 0000000000..2286f048a1 --- /dev/null +++ b/.changes/1.35.7.json @@ -0,0 +1,27 @@ +[ + { + "category": "``bedrock``", + "description": "Amazon Bedrock SDK updates for Inference Profile.", + "type": "api-change" + }, + { + "category": "``bedrock-runtime``", + "description": "Amazon Bedrock SDK updates for Inference Profile.", + "type": "api-change" + }, + { + "category": "``chatbot``", + "description": "Update documentation to be consistent with the API docs", + "type": "api-change" + }, + { + "category": "``omics``", + "description": "Adds data provenance to import jobs from read sets and references", + "type": "api-change" + }, + { + "category": "``polly``", + "description": "Amazon Polly adds 2 new voices: Jitka (cs-CZ) and Sabrina (de-CH).", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-bedrock-56329.json b/.changes/next-release/api-change-bedrock-56329.json deleted file mode 100644 index 43e5bae9a1..0000000000 --- a/.changes/next-release/api-change-bedrock-56329.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock``", - "description": "Amazon Bedrock SDK updates for Inference Profile." -} diff --git a/.changes/next-release/api-change-bedrockruntime-43269.json b/.changes/next-release/api-change-bedrockruntime-43269.json deleted file mode 100644 index f4d1087714..0000000000 --- a/.changes/next-release/api-change-bedrockruntime-43269.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-runtime``", - "description": "Amazon Bedrock SDK updates for Inference Profile." -} diff --git a/.changes/next-release/api-change-chatbot-29571.json b/.changes/next-release/api-change-chatbot-29571.json deleted file mode 100644 index 7710ebe58c..0000000000 --- a/.changes/next-release/api-change-chatbot-29571.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``chatbot``", - "description": "Update documentation to be consistent with the API docs" -} diff --git a/.changes/next-release/api-change-omics-29466.json b/.changes/next-release/api-change-omics-29466.json deleted file mode 100644 index 7022910172..0000000000 --- a/.changes/next-release/api-change-omics-29466.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``omics``", - "description": "Adds data provenance to import jobs from read sets and references" -} diff --git a/.changes/next-release/api-change-polly-45554.json b/.changes/next-release/api-change-polly-45554.json deleted file mode 100644 index e2574188e3..0000000000 --- a/.changes/next-release/api-change-polly-45554.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``polly``", - "description": "Amazon Polly adds 2 new voices: Jitka (cs-CZ) and Sabrina (de-CH)." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ccc330dd76..fc93c5b666 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.35.7 +====== + +* api-change:``bedrock``: Amazon Bedrock SDK updates for Inference Profile. +* api-change:``bedrock-runtime``: Amazon Bedrock SDK updates for Inference Profile. +* api-change:``chatbot``: Update documentation to be consistent with the API docs +* api-change:``omics``: Adds data provenance to import jobs from read sets and references +* api-change:``polly``: Amazon Polly adds 2 new voices: Jitka (cs-CZ) and Sabrina (de-CH). + + 1.35.6 ====== diff --git a/botocore/__init__.py b/botocore/__init__.py index b967d9ddd5..8fb2327698 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.6' +__version__ = '1.35.7' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 6c5d1a10a7..bd45127f2f 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.6' +release = '1.35.7' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.