diff --git a/.changes/1.34.54.json b/.changes/1.34.54.json new file mode 100644 index 0000000000..ccdc3c35c9 --- /dev/null +++ b/.changes/1.34.54.json @@ -0,0 +1,17 @@ +[ + { + "category": "``accessanalyzer``", + "description": "Fixed a typo in description field.", + "type": "api-change" + }, + { + "category": "``autoscaling``", + "description": "With this release, Amazon EC2 Auto Scaling groups, EC2 Fleet, and Spot Fleet improve the default price protection behavior of attribute-based instance type selection of Spot Instances, to consistently select from a wide range of instance types.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "With this release, Amazon EC2 Auto Scaling groups, EC2 Fleet, and Spot Fleet improve the default price protection behavior of attribute-based instance type selection of Spot Instances, to consistently select from a wide range of instance types.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-accessanalyzer-97288.json b/.changes/next-release/api-change-accessanalyzer-97288.json deleted file mode 100644 index 0abae8cfa0..0000000000 --- a/.changes/next-release/api-change-accessanalyzer-97288.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``accessanalyzer``", - "description": "Fixed a typo in description field." -} diff --git a/.changes/next-release/api-change-autoscaling-98248.json b/.changes/next-release/api-change-autoscaling-98248.json deleted file mode 100644 index 749f5feb5d..0000000000 --- a/.changes/next-release/api-change-autoscaling-98248.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``autoscaling``", - "description": "With this release, Amazon EC2 Auto Scaling groups, EC2 Fleet, and Spot Fleet improve the default price protection behavior of attribute-based instance type selection of Spot Instances, to consistently select from a wide range of instance types." -} diff --git a/.changes/next-release/api-change-ec2-7571.json b/.changes/next-release/api-change-ec2-7571.json deleted file mode 100644 index 974a6a0a3e..0000000000 --- a/.changes/next-release/api-change-ec2-7571.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "With this release, Amazon EC2 Auto Scaling groups, EC2 Fleet, and Spot Fleet improve the default price protection behavior of attribute-based instance type selection of Spot Instances, to consistently select from a wide range of instance types." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index da77e254c9..42e7cc7b15 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.34.54 +======= + +* api-change:``accessanalyzer``: Fixed a typo in description field. +* api-change:``autoscaling``: With this release, Amazon EC2 Auto Scaling groups, EC2 Fleet, and Spot Fleet improve the default price protection behavior of attribute-based instance type selection of Spot Instances, to consistently select from a wide range of instance types. +* api-change:``ec2``: With this release, Amazon EC2 Auto Scaling groups, EC2 Fleet, and Spot Fleet improve the default price protection behavior of attribute-based instance type selection of Spot Instances, to consistently select from a wide range of instance types. + + 1.34.53 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 2a7870375d..50e64cf11b 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.34.53' +__version__ = '1.34.54' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index b829daa42b..81a1cf1f7c 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.53' +release = '1.34.54' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.