diff --git a/.changes/1.16.20.json b/.changes/1.16.20.json new file mode 100644 index 0000000000..57498e4969 --- /dev/null +++ b/.changes/1.16.20.json @@ -0,0 +1,32 @@ +[ + { + "category": "``connect``", + "description": "[``botocore``] Update connect client to latest version", + "type": "api-change" + }, + { + "category": "``chime``", + "description": "[``botocore``] Update chime client to latest version", + "type": "api-change" + }, + { + "category": "``fms``", + "description": "[``botocore``] Update fms client to latest version", + "type": "api-change" + }, + { + "category": "``network-firewall``", + "description": "[``botocore``] Update network-firewall client to latest version", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "[``botocore``] Update rds client to latest version", + "type": "api-change" + }, + { + "category": "``macie2``", + "description": "[``botocore``] Update macie2 client to latest version", + "type": "api-change" + } +] \ No newline at end of file diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bbf297e45a..a7e638f660 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.16.20 +======= + +* api-change:``connect``: [``botocore``] Update connect client to latest version +* api-change:``chime``: [``botocore``] Update chime client to latest version +* api-change:``fms``: [``botocore``] Update fms client to latest version +* api-change:``network-firewall``: [``botocore``] Update network-firewall client to latest version +* api-change:``rds``: [``botocore``] Update rds client to latest version +* api-change:``macie2``: [``botocore``] Update macie2 client to latest version + + 1.16.19 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index c618dd7c0c..863395dbe0 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.16.19' +__version__ = '1.16.20' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 2469897210..2188bdf8b1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,6 @@ universal = 1 [metadata] requires-dist = - botocore>=1.19.19,<1.20.0 + botocore>=1.19.20,<1.20.0 jmespath>=0.7.1,<1.0.0 s3transfer>=0.3.0,<0.4.0 diff --git a/setup.py b/setup.py index f62d993b39..7b57656176 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.19.19,<1.20.0', + 'botocore>=1.19.20,<1.20.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.3.0,<0.4.0' ]