diff --git a/.changes/1.35.27.json b/.changes/1.35.27.json new file mode 100644 index 0000000000..0326c2924b --- /dev/null +++ b/.changes/1.35.27.json @@ -0,0 +1,22 @@ +[ + { + "category": "``cloudtrail``", + "description": "Doc-only update for CloudTrail network activity events release (in preview)", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "Updates to documentation for the transit gateway security group referencing feature.", + "type": "api-change" + }, + { + "category": "``fsx``", + "description": "Doc-only update to address Lustre S3 hard-coded names.", + "type": "api-change" + }, + { + "category": "``worklink``", + "description": "The worklink client has been removed following the deprecation of the service.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cloudtrail-44066.json b/.changes/next-release/api-change-cloudtrail-44066.json deleted file mode 100644 index 8858f12e13..0000000000 --- a/.changes/next-release/api-change-cloudtrail-44066.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudtrail``", - "description": "Doc-only update for CloudTrail network activity events release (in preview)" -} diff --git a/.changes/next-release/api-change-ec2-94754.json b/.changes/next-release/api-change-ec2-94754.json deleted file mode 100644 index 05c988a586..0000000000 --- a/.changes/next-release/api-change-ec2-94754.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "Updates to documentation for the transit gateway security group referencing feature." -} diff --git a/.changes/next-release/api-change-fsx-77997.json b/.changes/next-release/api-change-fsx-77997.json deleted file mode 100644 index 8b5854791f..0000000000 --- a/.changes/next-release/api-change-fsx-77997.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``fsx``", - "description": "Doc-only update to address Lustre S3 hard-coded names." -} diff --git a/.changes/next-release/api-change-worklink-80875.json b/.changes/next-release/api-change-worklink-80875.json deleted file mode 100644 index 71d9771878..0000000000 --- a/.changes/next-release/api-change-worklink-80875.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``worklink``", - "description": "The worklink client has been removed following the deprecation of the service." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 84f4c44c6c..a0473493c2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.35.27 +======= + +* api-change:``cloudtrail``: Doc-only update for CloudTrail network activity events release (in preview) +* api-change:``ec2``: Updates to documentation for the transit gateway security group referencing feature. +* api-change:``fsx``: Doc-only update to address Lustre S3 hard-coded names. +* api-change:``worklink``: The worklink client has been removed following the deprecation of the service. + + 1.35.26 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 518d8aad91..596f11f407 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.26' +__version__ = '1.35.27' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 87f881d7e4..e76f03f8c4 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.26' +release = '1.35.27' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.