diff --git a/.changes/1.34.81.json b/.changes/1.34.81.json new file mode 100644 index 0000000000..5d1b11aafb --- /dev/null +++ b/.changes/1.34.81.json @@ -0,0 +1,22 @@ +[ + { + "category": "``codebuild``", + "description": "Add new webhook filter types for GitHub webhooks", + "type": "api-change" + }, + { + "category": "``mediaconvert``", + "description": "This release includes support for bringing your own fonts to use for burn-in or DVB-Sub captioning workflows.", + "type": "api-change" + }, + { + "category": "``pinpoint``", + "description": "The OrchestrationSendingRoleArn has been added to the email channel and is used to send emails from campaigns or journeys.", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "This release adds support for specifying the CA certificate to use for the new db instance when restoring from db snapshot, restoring from s3, restoring to point in time, and creating a db instance read replica.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-codebuild-58477.json b/.changes/next-release/api-change-codebuild-58477.json deleted file mode 100644 index b47ccb6624..0000000000 --- a/.changes/next-release/api-change-codebuild-58477.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codebuild``", - "description": "Add new webhook filter types for GitHub webhooks" -} diff --git a/.changes/next-release/api-change-mediaconvert-20093.json b/.changes/next-release/api-change-mediaconvert-20093.json deleted file mode 100644 index a623cd49d3..0000000000 --- a/.changes/next-release/api-change-mediaconvert-20093.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediaconvert``", - "description": "This release includes support for bringing your own fonts to use for burn-in or DVB-Sub captioning workflows." -} diff --git a/.changes/next-release/api-change-pinpoint-58503.json b/.changes/next-release/api-change-pinpoint-58503.json deleted file mode 100644 index 79973ef506..0000000000 --- a/.changes/next-release/api-change-pinpoint-58503.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``pinpoint``", - "description": "The OrchestrationSendingRoleArn has been added to the email channel and is used to send emails from campaigns or journeys." -} diff --git a/.changes/next-release/api-change-rds-34457.json b/.changes/next-release/api-change-rds-34457.json deleted file mode 100644 index d6f1d4a981..0000000000 --- a/.changes/next-release/api-change-rds-34457.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "This release adds support for specifying the CA certificate to use for the new db instance when restoring from db snapshot, restoring from s3, restoring to point in time, and creating a db instance read replica." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ad7e0b1e44..6c4d665662 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.34.81 +======= + +* api-change:``codebuild``: Add new webhook filter types for GitHub webhooks +* api-change:``mediaconvert``: This release includes support for bringing your own fonts to use for burn-in or DVB-Sub captioning workflows. +* api-change:``pinpoint``: The OrchestrationSendingRoleArn has been added to the email channel and is used to send emails from campaigns or journeys. +* api-change:``rds``: This release adds support for specifying the CA certificate to use for the new db instance when restoring from db snapshot, restoring from s3, restoring to point in time, and creating a db instance read replica. + + 1.34.80 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 023c31c29f..1f41f24c81 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.34.80' +__version__ = '1.34.81' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 2153079ac1..3cfe9cac69 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.80' +release = '1.34.81' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.