diff --git a/.changes/1.34.100.json b/.changes/1.34.100.json new file mode 100644 index 0000000000..0e44716ef2 --- /dev/null +++ b/.changes/1.34.100.json @@ -0,0 +1,22 @@ +[ + { + "category": "``b2bi``", + "description": "Documentation update to clarify the MappingTemplate definition.", + "type": "api-change" + }, + { + "category": "``budgets``", + "description": "This release adds tag support for budgets and budget actions.", + "type": "api-change" + }, + { + "category": "``resiliencehub``", + "description": "AWS Resilience Hub has expanded its drift detection capabilities by introducing a new type of drift detection - application resource drift. This new enhancement detects changes, such as the addition or deletion of resources within the application's input sources.", + "type": "api-change" + }, + { + "category": "``route53profiles``", + "description": "Doc only update for Route 53 profiles that fixes some link issues", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-b2bi-14229.json b/.changes/next-release/api-change-b2bi-14229.json deleted file mode 100644 index 1ac0e137b9..0000000000 --- a/.changes/next-release/api-change-b2bi-14229.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``b2bi``", - "description": "Documentation update to clarify the MappingTemplate definition." -} diff --git a/.changes/next-release/api-change-budgets-1981.json b/.changes/next-release/api-change-budgets-1981.json deleted file mode 100644 index 968c73ca22..0000000000 --- a/.changes/next-release/api-change-budgets-1981.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``budgets``", - "description": "This release adds tag support for budgets and budget actions." -} diff --git a/.changes/next-release/api-change-resiliencehub-70360.json b/.changes/next-release/api-change-resiliencehub-70360.json deleted file mode 100644 index 060f610c12..0000000000 --- a/.changes/next-release/api-change-resiliencehub-70360.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``resiliencehub``", - "description": "AWS Resilience Hub has expanded its drift detection capabilities by introducing a new type of drift detection - application resource drift. This new enhancement detects changes, such as the addition or deletion of resources within the application's input sources." -} diff --git a/.changes/next-release/api-change-route53profiles-24876.json b/.changes/next-release/api-change-route53profiles-24876.json deleted file mode 100644 index 0ecf8e2dd8..0000000000 --- a/.changes/next-release/api-change-route53profiles-24876.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``route53profiles``", - "description": "Doc only update for Route 53 profiles that fixes some link issues" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ddb5058cd4..d9b6a114bb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.34.100 +======== + +* api-change:``b2bi``: Documentation update to clarify the MappingTemplate definition. +* api-change:``budgets``: This release adds tag support for budgets and budget actions. +* api-change:``resiliencehub``: AWS Resilience Hub has expanded its drift detection capabilities by introducing a new type of drift detection - application resource drift. This new enhancement detects changes, such as the addition or deletion of resources within the application's input sources. +* api-change:``route53profiles``: Doc only update for Route 53 profiles that fixes some link issues + + 1.34.99 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 72188eef10..4223e964d8 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.34.99' +__version__ = '1.34.100' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index e452ce27e8..1cea6da11e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -57,9 +57,9 @@ # built documents. # # The short X.Y version. -version = '1.34.' +version = '1.34.1' # The full version, including alpha/beta/rc tags. -release = '1.34.99' +release = '1.34.100' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.