diff --git a/CHANGELOG.md b/CHANGELOG.md index 116084d0d1..632427126b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.296.6 - 2024-01-19 * `Aws\Athena` - Introducing new NotebookS3LocationUri parameter to Athena ImportNotebook API. Payload is no longer required and either Payload or NotebookS3LocationUri needs to be provided (not both) for a successful ImportNotebook API call. If both are provided, an InvalidRequestException will be thrown. * `Aws\DynamoDB` - This release adds support for including ApproximateCreationDateTimePrecision configurations in EnableKinesisStreamingDestination API, adds the same as an optional field in the response of DescribeKinesisStreamingDestination, and adds support for a new UpdateKinesisStreamingDestination API. diff --git a/src/Sdk.php b/src/Sdk.php index fd7a06acef..6a974a3e5a 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -759,7 +759,7 @@ */ class Sdk { - const VERSION = '3.296.5'; + const VERSION = '3.296.6'; /** @var array Arguments for creating clients */ private $args;