diff --git a/CHANGELOG.md b/CHANGELOG.md index d34d6e6770..d2e5b0ba38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.304.1 - 2024-04-09 * `Aws\MediaConvert` - This release includes support for bringing your own fonts to use for burn-in or DVB-Sub captioning workflows. * `Aws\Pinpoint` - The OrchestrationSendingRoleArn has been added to the email channel and is used to send emails from campaigns or journeys. diff --git a/src/Sdk.php b/src/Sdk.php index 2d97f6915c..e66e844afd 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -769,7 +769,7 @@ */ class Sdk { - const VERSION = '3.304.0'; + const VERSION = '3.304.1'; /** @var array Arguments for creating clients */ private $args;