diff --git a/.changes/1.24.62.json b/.changes/1.24.62.json new file mode 100644 index 0000000000..d213edeeee --- /dev/null +++ b/.changes/1.24.62.json @@ -0,0 +1,12 @@ +[ + { + "category": "``fsx``", + "description": "[``botocore``] Documentation updates for Amazon FSx for NetApp ONTAP.", + "type": "api-change" + }, + { + "category": "``voice-id``", + "description": "[``botocore``] Amazon Connect Voice ID now detects voice spoofing. When a prospective fraudster tries to spoof caller audio using audio playback or synthesized speech, Voice ID will return a risk score and outcome to indicate the how likely it is that the voice is spoofed.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 50b489041a..02dd1b29d8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,13 @@ CHANGELOG ========= +1.24.62 +======= + +* api-change:``fsx``: [``botocore``] Documentation updates for Amazon FSx for NetApp ONTAP. +* api-change:``voice-id``: [``botocore``] Amazon Connect Voice ID now detects voice spoofing. When a prospective fraudster tries to spoof caller audio using audio playback or synthesized speech, Voice ID will return a risk score and outcome to indicate the how likely it is that the voice is spoofed. + + 1.24.61 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index dde7b619da..2ae4c9b4b0 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.61' +__version__ = '1.24.62' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 97bdc6a222..b52c845571 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.27.61,<1.28.0 + botocore>=1.27.62,<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 8ab93d2969..b2557d522a 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.27.61,<1.28.0', + 'botocore>=1.27.62,<1.28.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]