From 716d8033484a3ad86d7570e739de6dbfa91c4371 Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Tue, 28 Nov 2023 05:32:29 +0000 Subject: [PATCH] 3.290.1 release --- CHANGELOG.md | 2 +- src/Sdk.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c4d3ba6e5..c175cc65fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.290.1 - 2023-11-28 * `Aws\ElastiCache` - Launching Amazon ElastiCache Serverless that enables you to create a cache in under a minute without any capacity management. ElastiCache Serverless monitors the cache's memory, CPU, and network usage and scales both vertically and horizontally to support your application's requirements. diff --git a/src/Sdk.php b/src/Sdk.php index 8ce1e650cd..779d4d43e1 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -739,7 +739,7 @@ */ class Sdk { - const VERSION = '3.290.0'; + const VERSION = '3.290.1'; /** @var array Arguments for creating clients */ private $args;