diff --git a/.changes/1.24.56.json b/.changes/1.24.56.json new file mode 100644 index 0000000000..1bc246dbef --- /dev/null +++ b/.changes/1.24.56.json @@ -0,0 +1,22 @@ +[ + { + "category": "``connect``", + "description": "[``botocore``] This release adds SearchSecurityProfiles API which can be used to search for Security Profile resources within a Connect Instance.", + "type": "api-change" + }, + { + "category": "``ivschat``", + "description": "[``botocore``] Documentation Change for IVS Chat API Reference - Doc-only update to change text/description for tags field.", + "type": "api-change" + }, + { + "category": "``kendra``", + "description": "[``botocore``] This release adds support for a new authentication type - Personal Access Token (PAT) for confluence server.", + "type": "api-change" + }, + { + "category": "``lookoutmetrics``", + "description": "[``botocore``] This release is to make GetDataQualityMetrics API publicly available.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 21be1cf763..f94f978848 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.24.56 +======= + +* api-change:``connect``: [``botocore``] This release adds SearchSecurityProfiles API which can be used to search for Security Profile resources within a Connect Instance. +* api-change:``ivschat``: [``botocore``] Documentation Change for IVS Chat API Reference - Doc-only update to change text/description for tags field. +* api-change:``kendra``: [``botocore``] This release adds support for a new authentication type - Personal Access Token (PAT) for confluence server. +* api-change:``lookoutmetrics``: [``botocore``] This release is to make GetDataQualityMetrics API publicly available. + + 1.24.55 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 56cf77f612..748756dff1 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.24.55' +__version__ = '1.24.56' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index ae4bc5015a..85adb36d7d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.27.55,<1.28.0 + botocore>=1.27.56,<1.28.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.6.0,<0.7.0 diff --git a/setup.py b/setup.py index 0e1e6e1505..f73391fce4 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.27.55,<1.28.0', + 'botocore>=1.27.56,<1.28.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]