diff --git a/.changes/1.22.60.json b/.changes/1.22.60.json new file mode 100644 index 000000000000..63a6351f94c6 --- /dev/null +++ b/.changes/1.22.60.json @@ -0,0 +1,17 @@ +[ + { + "category": "``apprunner``", + "description": "AWS App Runner adds a Java platform (Corretto 8, Corretto 11 runtimes) and a Node.js 14 runtime.", + "type": "api-change" + }, + { + "category": "``translate``", + "description": "This release enables customers to use translation settings for formality customization in their synchronous translation output.", + "type": "api-change" + }, + { + "category": "``wafv2``", + "description": "Updated descriptions for logging configuration.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6da13129043a..29cbae756d09 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.22.60 +======= + +* api-change:``apprunner``: AWS App Runner adds a Java platform (Corretto 8, Corretto 11 runtimes) and a Node.js 14 runtime. +* api-change:``translate``: This release enables customers to use translation settings for formality customization in their synchronous translation output. +* api-change:``wafv2``: Updated descriptions for logging configuration. + + 1.22.59 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index a2a8cb086627..0029d14fa147 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.22.59' +__version__ = '1.22.60' # # 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 08b8ea62a8bc..c913b07ae190 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.22.' # The full version, including alpha/beta/rc tags. -release = '1.22.59' +release = '1.22.60' # 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 b928b2c8dad0..b4b3fa2cca23 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.24.4 + botocore==1.24.5 docutils>=0.10,<0.16 s3transfer>=0.5.0,<0.6.0 PyYAML>=3.10,<5.5 diff --git a/setup.py b/setup.py index 9814fc0f9c6e..09f2a4317ca1 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.24.4', + 'botocore==1.24.5', 'docutils>=0.10,<0.16', 's3transfer>=0.5.0,<0.6.0', 'PyYAML>=3.10,<5.5',