diff --git a/CHANGELOG.md b/CHANGELOG.md index 16eb0184ff..c752584d67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.293.3 - 2023-12-04 * `Aws\MediaLive` - Adds support for custom color correction on channels using 3D LUT files. * `Aws\Braket` - This release enhances service support to create quantum tasks and hybrid jobs associated with Braket Direct Reservations. diff --git a/src/Sdk.php b/src/Sdk.php index c37acf147d..28d41d4560 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -753,7 +753,7 @@ */ class Sdk { - const VERSION = '3.293.2'; + const VERSION = '3.293.3'; /** @var array Arguments for creating clients */ private $args;