diff --git a/CHANGELOG.md b/CHANGELOG.md index a3d400269c..428cda8c20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.323.3 - 2024-10-08 * `Aws\ElastiCache` - AWS ElastiCache SDK now supports using APIs with newly launched Valkey engine. Please refer to updated AWS ElastiCache public documentation for detailed information on API usage. * `Aws\MemoryDB` - Amazon MemoryDB SDK now supports all APIs for newly launched Valkey engine. Please refer to the updated Amazon MemoryDB public documentation for detailed information on API usage. diff --git a/src/Sdk.php b/src/Sdk.php index 35326ec381..ee990b46e2 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -779,7 +779,7 @@ */ class Sdk { - const VERSION = '3.323.2'; + const VERSION = '3.323.3'; /** @var array Arguments for creating clients */ private $args;