diff --git a/.changes/1.26.86.json b/.changes/1.26.86.json new file mode 100644 index 0000000000..2199c7b441 --- /dev/null +++ b/.changes/1.26.86.json @@ -0,0 +1,12 @@ +[ + { + "category": "``dms``", + "description": "[``botocore``] This release adds DMS Fleet Advisor Target Recommendation APIs and exposes functionality for DMS Fleet Advisor. It adds functionality to start Target Recommendation calculation.", + "type": "api-change" + }, + { + "category": "``location``", + "description": "[``botocore``] Documentation update for the release of 3 additional map styles for use with Open Data Maps: Open Data Standard Dark, Open Data Visualization Light & Open Data Visualization Dark.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 50940d68ce..e8f6d2b767 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,13 @@ CHANGELOG ========= +1.26.86 +======= + +* api-change:``dms``: [``botocore``] This release adds DMS Fleet Advisor Target Recommendation APIs and exposes functionality for DMS Fleet Advisor. It adds functionality to start Target Recommendation calculation. +* api-change:``location``: [``botocore``] Documentation update for the release of 3 additional map styles for use with Open Data Maps: Open Data Standard Dark, Open Data Visualization Light & Open Data Visualization Dark. + + 1.26.85 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 3b2f1b35cc..bf7e069d76 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.26.85' +__version__ = '1.26.86' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 4d6d6f6d55..0543485c31 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.29.85,<1.30.0 + botocore>=1.29.86,<1.30.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.6.0,<0.7.0 diff --git a/setup.py b/setup.py index 6318ffb2d3..4dd07272b6 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.29.85,<1.30.0', + 'botocore>=1.29.86,<1.30.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]