From 3346f60c6c5075453f90f703693f764dad76a3a8 Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Thu, 28 Dec 2023 19:32:33 +0000 Subject: [PATCH] 3.295.3 release --- CHANGELOG.md | 2 +- src/Sdk.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be516e4f90..9b98d9ad75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.295.3 - 2023-12-28 * `Aws\KinesisVideoArchivedMedia` - NoDataRetentionException thrown when GetImages requested for a Stream that does not retain data (that is, has a DataRetentionInHours of 0). * `Aws\SageMaker` - Amazon SageMaker Studio now supports Docker access from within app container diff --git a/src/Sdk.php b/src/Sdk.php index 3abae050a2..ba12659fee 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -757,7 +757,7 @@ */ class Sdk { - const VERSION = '3.295.2'; + const VERSION = '3.295.3'; /** @var array Arguments for creating clients */ private $args;