diff --git a/.changes/1.34.153.json b/.changes/1.34.153.json new file mode 100644 index 0000000000..232e845ab0 --- /dev/null +++ b/.changes/1.34.153.json @@ -0,0 +1,27 @@ +[ + { + "category": "``cloudwatch``", + "description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + }, + { + "category": "``kinesis``", + "description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + }, + { + "category": "``resiliencehub``", + "description": "Customers are presented with the grouping recommendations and can determine if the recommendations are accurate and apply to their case. This feature simplifies onboarding by organizing resources into appropriate AppComponents.", + "type": "api-change" + }, + { + "category": "``route53``", + "description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + }, + { + "category": "``waf-regional``", + "description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cloudwatch-19259.json b/.changes/next-release/api-change-cloudwatch-19259.json deleted file mode 100644 index 698d9990ef..0000000000 --- a/.changes/next-release/api-change-cloudwatch-19259.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudwatch``", - "description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing." -} diff --git a/.changes/next-release/api-change-kinesis-91012.json b/.changes/next-release/api-change-kinesis-91012.json deleted file mode 100644 index 2e6d744605..0000000000 --- a/.changes/next-release/api-change-kinesis-91012.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``kinesis``", - "description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing." -} diff --git a/.changes/next-release/api-change-resiliencehub-708.json b/.changes/next-release/api-change-resiliencehub-708.json deleted file mode 100644 index 266438142f..0000000000 --- a/.changes/next-release/api-change-resiliencehub-708.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``resiliencehub``", - "description": "Customers are presented with the grouping recommendations and can determine if the recommendations are accurate and apply to their case. This feature simplifies onboarding by organizing resources into appropriate AppComponents." -} diff --git a/.changes/next-release/api-change-route53-90187.json b/.changes/next-release/api-change-route53-90187.json deleted file mode 100644 index c11f422f27..0000000000 --- a/.changes/next-release/api-change-route53-90187.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``route53``", - "description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing." -} diff --git a/.changes/next-release/api-change-wafregional-87656.json b/.changes/next-release/api-change-wafregional-87656.json deleted file mode 100644 index 9fd1531e33..0000000000 --- a/.changes/next-release/api-change-wafregional-87656.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``waf-regional``", - "description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ec85cb8a52..e3bd8e049d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.34.153 +======== + +* api-change:``cloudwatch``: Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* api-change:``kinesis``: Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* api-change:``resiliencehub``: Customers are presented with the grouping recommendations and can determine if the recommendations are accurate and apply to their case. This feature simplifies onboarding by organizing resources into appropriate AppComponents. +* api-change:``route53``: Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* api-change:``waf-regional``: Add v2 smoke tests and smithy smokeTests trait for SDK testing. + + 1.34.152 ======== diff --git a/botocore/__init__.py b/botocore/__init__.py index bbaf19578a..df63c22e6a 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.34.152' +__version__ = '1.34.153' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 3690369066..2ef6347021 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.152' +release = '1.34.153' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.