From b004f8574aa3ca0e38c59b1fe1e9c8e936e22447 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 6 Jan 2025 19:05:48 +0000 Subject: [PATCH] Bumping version to 1.35.93 --- .changes/1.35.93.json | 12 ++++++++++++ .../api-change-iotsecuretunneling-45076.json | 5 ----- .../next-release/api-change-supplychain-12199.json | 5 ----- CHANGELOG.rst | 7 +++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 6 files changed, 21 insertions(+), 12 deletions(-) create mode 100644 .changes/1.35.93.json delete mode 100644 .changes/next-release/api-change-iotsecuretunneling-45076.json delete mode 100644 .changes/next-release/api-change-supplychain-12199.json diff --git a/.changes/1.35.93.json b/.changes/1.35.93.json new file mode 100644 index 0000000000..9cf6cd8cf0 --- /dev/null +++ b/.changes/1.35.93.json @@ -0,0 +1,12 @@ +[ + { + "category": "``iotsecuretunneling``", + "description": "Adds dualstack endpoint support for IoT Secure Tunneling", + "type": "api-change" + }, + { + "category": "``supplychain``", + "description": "Allow vanity DNS domain when creating a new ASC instance", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-iotsecuretunneling-45076.json b/.changes/next-release/api-change-iotsecuretunneling-45076.json deleted file mode 100644 index 5fd4ee7a0a..0000000000 --- a/.changes/next-release/api-change-iotsecuretunneling-45076.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``iotsecuretunneling``", - "description": "Adds dualstack endpoint support for IoT Secure Tunneling" -} diff --git a/.changes/next-release/api-change-supplychain-12199.json b/.changes/next-release/api-change-supplychain-12199.json deleted file mode 100644 index 6d109fd480..0000000000 --- a/.changes/next-release/api-change-supplychain-12199.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``supplychain``", - "description": "Allow vanity DNS domain when creating a new ASC instance" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index dda9e86755..36b4b887a4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,13 @@ CHANGELOG ========= +1.35.93 +======= + +* api-change:``iotsecuretunneling``: Adds dualstack endpoint support for IoT Secure Tunneling +* api-change:``supplychain``: Allow vanity DNS domain when creating a new ASC instance + + 1.35.92 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 7e084c3eb1..1354aec6a6 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.92' +__version__ = '1.35.93' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 21f2075421..fa48969d43 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.35.' # The full version, including alpha/beta/rc tags. -release = '1.35.92' +release = '1.35.93' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.