diff --git a/.changes/1.37.17.json b/.changes/1.37.17.json new file mode 100644 index 000000000000..825530a91c69 --- /dev/null +++ b/.changes/1.37.17.json @@ -0,0 +1,22 @@ +[ + { + "category": "``apigatewayv2``", + "description": "Documentation updates for Amazon API Gateway", + "type": "api-change" + }, + { + "category": "``cloudfront``", + "description": "Doc-only update that adds defaults for CloudFront VpcOriginEndpointConfig values.", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "Updated the CreateContact API documentation to indicate that it only applies to EMAIL contacts.", + "type": "api-change" + }, + { + "category": "``dms``", + "description": "New vendors for DMS Data Providers: DB2 LUW and DB2 for z/OS", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-apigatewayv2-55491.json b/.changes/next-release/api-change-apigatewayv2-55491.json deleted file mode 100644 index 13438d08a3ad..000000000000 --- a/.changes/next-release/api-change-apigatewayv2-55491.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``apigatewayv2``", - "description": "Documentation updates for Amazon API Gateway" -} diff --git a/.changes/next-release/api-change-cloudfront-19050.json b/.changes/next-release/api-change-cloudfront-19050.json deleted file mode 100644 index 37e062b95e63..000000000000 --- a/.changes/next-release/api-change-cloudfront-19050.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudfront``", - "description": "Doc-only update that adds defaults for CloudFront VpcOriginEndpointConfig values." -} diff --git a/.changes/next-release/api-change-connect-99443.json b/.changes/next-release/api-change-connect-99443.json deleted file mode 100644 index 6c68c44bfa23..000000000000 --- a/.changes/next-release/api-change-connect-99443.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "Updated the CreateContact API documentation to indicate that it only applies to EMAIL contacts." -} diff --git a/.changes/next-release/api-change-dms-25935.json b/.changes/next-release/api-change-dms-25935.json deleted file mode 100644 index 2596884cc9f2..000000000000 --- a/.changes/next-release/api-change-dms-25935.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``dms``", - "description": "New vendors for DMS Data Providers: DB2 LUW and DB2 for z/OS" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6dfbceef0359..4fe931b7584a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.37.17 +======= + +* api-change:``apigatewayv2``: Documentation updates for Amazon API Gateway +* api-change:``cloudfront``: Doc-only update that adds defaults for CloudFront VpcOriginEndpointConfig values. +* api-change:``connect``: Updated the CreateContact API documentation to indicate that it only applies to EMAIL contacts. +* api-change:``dms``: New vendors for DMS Data Providers: DB2 LUW and DB2 for z/OS + + 1.37.16 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index 581d2dc40f91..4657529279ed 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -18,7 +18,7 @@ import os -__version__ = '1.37.16' +__version__ = '1.37.17' # # Get our data path to be added to botocore's search path diff --git a/doc/source/conf.py b/doc/source/conf.py index a795c95b9cf8..ba42a22e1870 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.37.' # The full version, including alpha/beta/rc tags. -release = '1.37.16' +release = '1.37.17' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index dfedba71211b..caea3a360bb4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.36.16 + botocore==1.36.17 docutils>=0.10,<0.17 s3transfer>=0.11.0,<0.12.0 PyYAML>=3.10,<6.1 diff --git a/setup.py b/setup.py index 18b37a016697..7d3504661fee 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.36.16', + 'botocore==1.36.17', 'docutils>=0.10,<0.17', 's3transfer>=0.11.0,<0.12.0', 'PyYAML>=3.10,<6.1',