diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a94137309..f004d3000e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.294.3 - 2023-12-19 * `Aws\ChimeSDKMeetings` - Add meeting features to specify a maximum camera resolution, a maximum content sharing resolution, and a maximum number of attendees for a given meeting. * `Aws\FSx` - Added support for FSx for OpenZFS on-demand data replication across AWS accounts and/or regions.Added the IncludeShared attribute for DescribeSnapshots.Added the CopyStrategy attribute for OpenZFSVolumeConfiguration. diff --git a/src/Sdk.php b/src/Sdk.php index 111237920c..a3b9fb53b3 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -755,7 +755,7 @@ */ class Sdk { - const VERSION = '3.294.2'; + const VERSION = '3.294.3'; /** @var array Arguments for creating clients */ private $args;