From 67a0c22a70bdcc99ca41028b78be3d5496481c14 Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Mon, 19 Feb 2024 19:08:33 +0000 Subject: [PATCH] 3.300.0 release --- CHANGELOG.md | 2 +- src/Sdk.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c322b17da..94ddfb7648 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.300.0 - 2024-02-19 * `Aws\Keyspaces` - Documentation updates for Amazon Keyspaces * `Aws\Chatbot` - This release adds support for AWS Chatbot. You can now monitor, operate, and troubleshoot your AWS resources with interactive ChatOps using the AWS SDK. diff --git a/src/Sdk.php b/src/Sdk.php index 525e383e85..e13a7a62d9 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -763,7 +763,7 @@ */ class Sdk { - const VERSION = '3.299.1'; + const VERSION = '3.300.0'; /** @var array Arguments for creating clients */ private $args;