diff --git a/.changes/1.17.110.json b/.changes/1.17.110.json new file mode 100644 index 0000000000..9f5863ea21 --- /dev/null +++ b/.changes/1.17.110.json @@ -0,0 +1,12 @@ +[ + { + "category": "``eks``", + "description": "[``botocore``] Documentation updates for Wesley to support the parallel node upgrade feature.", + "type": "api-change" + }, + { + "category": "``kendra``", + "description": "[``botocore``] Amazon Kendra now supports Principal Store", + "type": "api-change" + } +] \ No newline at end of file diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 123b4eb791..fecc7ab335 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,13 @@ CHANGELOG ========= +1.17.110 +======== + +* api-change:``eks``: [``botocore``] Documentation updates for Wesley to support the parallel node upgrade feature. +* api-change:``kendra``: [``botocore``] Amazon Kendra now supports Principal Store + + 1.17.109 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index cb968da873..cd2cd5536f 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.17.109' +__version__ = '1.17.110' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 109c0923ae..85ce73afb5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,6 @@ universal = 1 [metadata] requires_dist = - botocore>=1.20.109,<1.21.0 + botocore>=1.20.110,<1.21.0 jmespath>=0.7.1,<1.0.0 s3transfer>=0.4.0,<0.5.0 diff --git a/setup.py b/setup.py index 1b39be804e..daded09e12 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.20.109,<1.21.0', + 'botocore>=1.20.110,<1.21.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.4.0,<0.5.0' ]