diff --git a/.changes/1.34.101.json b/.changes/1.34.101.json new file mode 100644 index 0000000000..6971bf6b05 --- /dev/null +++ b/.changes/1.34.101.json @@ -0,0 +1,32 @@ +[ + { + "category": "``cognito-idp``", + "description": "Add EXTERNAL_PROVIDER enum value to UserStatusType.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "Adding Precision Hardware Clock (PHC) to public API DescribeInstanceTypes", + "type": "api-change" + }, + { + "category": "``ecr``", + "description": "This release adds pull through cache rules support for GitLab container registry in Amazon ECR.", + "type": "api-change" + }, + { + "category": "``fms``", + "description": "The policy scope resource tag is always a string value, either a non-empty string or an empty string.", + "type": "api-change" + }, + { + "category": "``polly``", + "description": "Add new engine - generative - that builds the most expressive conversational voices.", + "type": "api-change" + }, + { + "category": "``sqs``", + "description": "This release adds MessageSystemAttributeNames to ReceiveMessageRequest to replace AttributeNames.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cognitoidp-27183.json b/.changes/next-release/api-change-cognitoidp-27183.json deleted file mode 100644 index df9df06aa8..0000000000 --- a/.changes/next-release/api-change-cognitoidp-27183.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cognito-idp``", - "description": "Add EXTERNAL_PROVIDER enum value to UserStatusType." -} diff --git a/.changes/next-release/api-change-ec2-61180.json b/.changes/next-release/api-change-ec2-61180.json deleted file mode 100644 index 11b9250dc4..0000000000 --- a/.changes/next-release/api-change-ec2-61180.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "Adding Precision Hardware Clock (PHC) to public API DescribeInstanceTypes" -} diff --git a/.changes/next-release/api-change-ecr-23684.json b/.changes/next-release/api-change-ecr-23684.json deleted file mode 100644 index 1a5fe2b22d..0000000000 --- a/.changes/next-release/api-change-ecr-23684.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecr``", - "description": "This release adds pull through cache rules support for GitLab container registry in Amazon ECR." -} diff --git a/.changes/next-release/api-change-fms-16477.json b/.changes/next-release/api-change-fms-16477.json deleted file mode 100644 index 5284904978..0000000000 --- a/.changes/next-release/api-change-fms-16477.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``fms``", - "description": "The policy scope resource tag is always a string value, either a non-empty string or an empty string." -} diff --git a/.changes/next-release/api-change-polly-96373.json b/.changes/next-release/api-change-polly-96373.json deleted file mode 100644 index c6263ed2e4..0000000000 --- a/.changes/next-release/api-change-polly-96373.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``polly``", - "description": "Add new engine - generative - that builds the most expressive conversational voices." -} diff --git a/.changes/next-release/api-change-sqs-35164.json b/.changes/next-release/api-change-sqs-35164.json deleted file mode 100644 index ce50729f07..0000000000 --- a/.changes/next-release/api-change-sqs-35164.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sqs``", - "description": "This release adds MessageSystemAttributeNames to ReceiveMessageRequest to replace AttributeNames." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d9b6a114bb..48da4068f0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.34.101 +======== + +* api-change:``cognito-idp``: Add EXTERNAL_PROVIDER enum value to UserStatusType. +* api-change:``ec2``: Adding Precision Hardware Clock (PHC) to public API DescribeInstanceTypes +* api-change:``ecr``: This release adds pull through cache rules support for GitLab container registry in Amazon ECR. +* api-change:``fms``: The policy scope resource tag is always a string value, either a non-empty string or an empty string. +* api-change:``polly``: Add new engine - generative - that builds the most expressive conversational voices. +* api-change:``sqs``: This release adds MessageSystemAttributeNames to ReceiveMessageRequest to replace AttributeNames. + + 1.34.100 ======== diff --git a/botocore/__init__.py b/botocore/__init__.py index 4223e964d8..3914ba24d2 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.34.100' +__version__ = '1.34.101' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 1cea6da11e..5677cb5963 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.34.1' # The full version, including alpha/beta/rc tags. -release = '1.34.100' +release = '1.34.101' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.