diff --git a/.changes/1.34.133.json b/.changes/1.34.133.json new file mode 100644 index 0000000000..dc596151df --- /dev/null +++ b/.changes/1.34.133.json @@ -0,0 +1,22 @@ +[ + { + "category": "``autoscaling``", + "description": "Doc only update for Auto Scaling's TargetTrackingMetricDataQuery", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "This release is for the launch of the new u7ib-12tb.224xlarge, R8g, c7gn.metal and mac2-m1ultra.metal instance types", + "type": "api-change" + }, + { + "category": "``networkmanager``", + "description": "This is model changes & documentation update for the Asynchronous Error Reporting feature for AWS Cloud WAN. This feature allows customers to view errors that occur while their resources are being provisioned, enabling customers to fix their resources without needing external support.", + "type": "api-change" + }, + { + "category": "``workspaces-thin-client``", + "description": "This release adds the deviceCreationTags field to CreateEnvironment API input, UpdateEnvironment API input and GetEnvironment API output.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-autoscaling-34116.json b/.changes/next-release/api-change-autoscaling-34116.json deleted file mode 100644 index ca831a306a..0000000000 --- a/.changes/next-release/api-change-autoscaling-34116.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``autoscaling``", - "description": "Doc only update for Auto Scaling's TargetTrackingMetricDataQuery" -} diff --git a/.changes/next-release/api-change-ec2-17371.json b/.changes/next-release/api-change-ec2-17371.json deleted file mode 100644 index b95bf3250d..0000000000 --- a/.changes/next-release/api-change-ec2-17371.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "This release is for the launch of the new u7ib-12tb.224xlarge, R8g, c7gn.metal and mac2-m1ultra.metal instance types" -} diff --git a/.changes/next-release/api-change-networkmanager-42484.json b/.changes/next-release/api-change-networkmanager-42484.json deleted file mode 100644 index ecb9211291..0000000000 --- a/.changes/next-release/api-change-networkmanager-42484.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``networkmanager``", - "description": "This is model changes & documentation update for the Asynchronous Error Reporting feature for AWS Cloud WAN. This feature allows customers to view errors that occur while their resources are being provisioned, enabling customers to fix their resources without needing external support." -} diff --git a/.changes/next-release/api-change-workspacesthinclient-69755.json b/.changes/next-release/api-change-workspacesthinclient-69755.json deleted file mode 100644 index d18fbaca57..0000000000 --- a/.changes/next-release/api-change-workspacesthinclient-69755.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workspaces-thin-client``", - "description": "This release adds the deviceCreationTags field to CreateEnvironment API input, UpdateEnvironment API input and GetEnvironment API output." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bc1fc094ab..9442cc299c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.34.133 +======== + +* api-change:``autoscaling``: Doc only update for Auto Scaling's TargetTrackingMetricDataQuery +* api-change:``ec2``: This release is for the launch of the new u7ib-12tb.224xlarge, R8g, c7gn.metal and mac2-m1ultra.metal instance types +* api-change:``networkmanager``: This is model changes & documentation update for the Asynchronous Error Reporting feature for AWS Cloud WAN. This feature allows customers to view errors that occur while their resources are being provisioned, enabling customers to fix their resources without needing external support. +* api-change:``workspaces-thin-client``: This release adds the deviceCreationTags field to CreateEnvironment API input, UpdateEnvironment API input and GetEnvironment API output. + + 1.34.132 ======== diff --git a/botocore/__init__.py b/botocore/__init__.py index 4c85b4d752..30b0b7f1e1 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.34.132' +__version__ = '1.34.133' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 3bcec84b44..09d1a29ba1 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.132' +release = '1.34.133' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.