diff --git a/.changes/1.34.29.json b/.changes/1.34.29.json new file mode 100644 index 0000000000..25d336a208 --- /dev/null +++ b/.changes/1.34.29.json @@ -0,0 +1,17 @@ +[ + { + "category": "``connect``", + "description": "Update list and string length limits for predefined attributes.", + "type": "api-change" + }, + { + "category": "``inspector2``", + "description": "This release adds ECR container image scanning based on their lastRecordedPullTime.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "Amazon SageMaker Automatic Model Tuning now provides an API to programmatically delete tuning jobs.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-connect-36600.json b/.changes/next-release/api-change-connect-36600.json deleted file mode 100644 index 0f1f487d70..0000000000 --- a/.changes/next-release/api-change-connect-36600.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "Update list and string length limits for predefined attributes." -} diff --git a/.changes/next-release/api-change-inspector2-12235.json b/.changes/next-release/api-change-inspector2-12235.json deleted file mode 100644 index 60b1d0de48..0000000000 --- a/.changes/next-release/api-change-inspector2-12235.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``inspector2``", - "description": "This release adds ECR container image scanning based on their lastRecordedPullTime." -} diff --git a/.changes/next-release/api-change-sagemaker-97613.json b/.changes/next-release/api-change-sagemaker-97613.json deleted file mode 100644 index 28617ec0d2..0000000000 --- a/.changes/next-release/api-change-sagemaker-97613.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "Amazon SageMaker Automatic Model Tuning now provides an API to programmatically delete tuning jobs." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3daa73d02f..a7bb59013e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.34.29 +======= + +* api-change:``connect``: Update list and string length limits for predefined attributes. +* api-change:``inspector2``: This release adds ECR container image scanning based on their lastRecordedPullTime. +* api-change:``sagemaker``: Amazon SageMaker Automatic Model Tuning now provides an API to programmatically delete tuning jobs. + + 1.34.28 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 44907d408d..a348082223 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.34.28' +__version__ = '1.34.29' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index fe34147562..abd44f9303 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.34.' # The full version, including alpha/beta/rc tags. -release = '1.34.28' +release = '1.34.29' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.