diff --git a/.changes/1.34.158.json b/.changes/1.34.158.json new file mode 100644 index 0000000000..30c3465297 --- /dev/null +++ b/.changes/1.34.158.json @@ -0,0 +1,17 @@ +[ + { + "category": "``cognito-idp``", + "description": "[``botocore``] Fixed a description of AdvancedSecurityAdditionalFlows in Amazon Cognito user pool configuration.", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "[``botocore``] This release supports adding RoutingCriteria via UpdateContactRoutingData public API.", + "type": "api-change" + }, + { + "category": "``ssm``", + "description": "[``botocore``] Systems Manager doc-only updates for August 2024.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cognitoidp-58034.json b/.changes/next-release/api-change-cognitoidp-58034.json deleted file mode 100644 index 581bec7813..0000000000 --- a/.changes/next-release/api-change-cognitoidp-58034.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cognito-idp``", - "description": "[``botocore``] Fixed a description of AdvancedSecurityAdditionalFlows in Amazon Cognito user pool configuration." -} diff --git a/.changes/next-release/api-change-connect-37752.json b/.changes/next-release/api-change-connect-37752.json deleted file mode 100644 index 6ac0bbb212..0000000000 --- a/.changes/next-release/api-change-connect-37752.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "[``botocore``] This release supports adding RoutingCriteria via UpdateContactRoutingData public API." -} diff --git a/.changes/next-release/api-change-ssm-10666.json b/.changes/next-release/api-change-ssm-10666.json deleted file mode 100644 index a78788b411..0000000000 --- a/.changes/next-release/api-change-ssm-10666.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ssm``", - "description": "[``botocore``] Systems Manager doc-only updates for August 2024." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5d55830ec7..0c7b70a8d1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.34.158 +======== + +* api-change:``cognito-idp``: [``botocore``] Fixed a description of AdvancedSecurityAdditionalFlows in Amazon Cognito user pool configuration. +* api-change:``connect``: [``botocore``] This release supports adding RoutingCriteria via UpdateContactRoutingData public API. +* api-change:``ssm``: [``botocore``] Systems Manager doc-only updates for August 2024. + + 1.34.157 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index 79cf45af93..69f6ce823d 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.34.157' +__version__ = '1.34.158' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 3956329d3a..f5def5d697 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.157,<1.35.0 + botocore>=1.34.158,<1.35.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.10.0,<0.11.0 diff --git a/setup.py b/setup.py index 3880328a57..a7f863a2c5 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.34.157,<1.35.0', + 'botocore>=1.34.158,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]