From 6041b2b761990224afa7f97b1441a62f9554a447 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 5 Jul 2024 18:06:46 +0000 Subject: [PATCH] Bumping version to 1.34.140 --- .changes/1.34.140.json | 22 +++++++++++++++++++ .../next-release/api-change-acm-15496.json | 5 ----- .../next-release/api-change-ecr-30317.json | 5 ----- ...-change-paymentcryptographydata-99008.json | 5 ----- .../api-change-qbusiness-14846.json | 5 ----- CHANGELOG.rst | 9 ++++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 8 files changed, 33 insertions(+), 22 deletions(-) create mode 100644 .changes/1.34.140.json delete mode 100644 .changes/next-release/api-change-acm-15496.json delete mode 100644 .changes/next-release/api-change-ecr-30317.json delete mode 100644 .changes/next-release/api-change-paymentcryptographydata-99008.json delete mode 100644 .changes/next-release/api-change-qbusiness-14846.json diff --git a/.changes/1.34.140.json b/.changes/1.34.140.json new file mode 100644 index 0000000000..05d5e01a91 --- /dev/null +++ b/.changes/1.34.140.json @@ -0,0 +1,22 @@ +[ + { + "category": "``acm``", + "description": "Documentation updates, including fixes for xml formatting, broken links, and ListCertificates description.", + "type": "api-change" + }, + { + "category": "``ecr``", + "description": "This release for Amazon ECR makes change to bring the SDK into sync with the API.", + "type": "api-change" + }, + { + "category": "``payment-cryptography-data``", + "description": "Added further restrictions on logging of potentially sensitive inputs and outputs.", + "type": "api-change" + }, + { + "category": "``qbusiness``", + "description": "Add personalization to Q Applications. Customers can enable or disable personalization when creating or updating a Q application with the personalization configuration.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-acm-15496.json b/.changes/next-release/api-change-acm-15496.json deleted file mode 100644 index c2142ffd0c..0000000000 --- a/.changes/next-release/api-change-acm-15496.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``acm``", - "description": "Documentation updates, including fixes for xml formatting, broken links, and ListCertificates description." -} diff --git a/.changes/next-release/api-change-ecr-30317.json b/.changes/next-release/api-change-ecr-30317.json deleted file mode 100644 index 120da5e549..0000000000 --- a/.changes/next-release/api-change-ecr-30317.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecr``", - "description": "This release for Amazon ECR makes change to bring the SDK into sync with the API." -} diff --git a/.changes/next-release/api-change-paymentcryptographydata-99008.json b/.changes/next-release/api-change-paymentcryptographydata-99008.json deleted file mode 100644 index 8e7944c649..0000000000 --- a/.changes/next-release/api-change-paymentcryptographydata-99008.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``payment-cryptography-data``", - "description": "Added further restrictions on logging of potentially sensitive inputs and outputs." -} diff --git a/.changes/next-release/api-change-qbusiness-14846.json b/.changes/next-release/api-change-qbusiness-14846.json deleted file mode 100644 index 3a61b0178a..0000000000 --- a/.changes/next-release/api-change-qbusiness-14846.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``qbusiness``", - "description": "Add personalization to Q Applications. Customers can enable or disable personalization when creating or updating a Q application with the personalization configuration." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0edeced8a5..75d64f1b24 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.34.140 +======== + +* api-change:``acm``: Documentation updates, including fixes for xml formatting, broken links, and ListCertificates description. +* api-change:``ecr``: This release for Amazon ECR makes change to bring the SDK into sync with the API. +* api-change:``payment-cryptography-data``: Added further restrictions on logging of potentially sensitive inputs and outputs. +* api-change:``qbusiness``: Add personalization to Q Applications. Customers can enable or disable personalization when creating or updating a Q application with the personalization configuration. + + 1.34.139 ======== diff --git a/botocore/__init__.py b/botocore/__init__.py index 15d954f409..42d7c50326 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.34.139' +__version__ = '1.34.140' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index e667d73fe2..4dfe648870 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.34.1' # The full version, including alpha/beta/rc tags. -release = '1.34.139' +release = '1.34.140' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.