From 0c38aec51d8dc76d6b56a6be05c37b0aff86de2d Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Wed, 6 Mar 2024 19:38:08 +0000 Subject: [PATCH] 3.300.12 release --- CHANGELOG.md | 2 +- src/Sdk.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1e8119c2f..bc1ed68006 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.300.12 - 2024-03-06 * `Aws\Redshift` - Update for documentation only. Covers port ranges, definition updates for data sharing, and definition updates to cluster-snapshot documentation. * `Aws\RDS` - Updated the input of CreateDBCluster and ModifyDBCluster to support setting CA certificates. Updated the output of DescribeDBCluster to show current CA certificate setting value. diff --git a/src/Sdk.php b/src/Sdk.php index 9db8b83e83..32cc026cfd 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -763,7 +763,7 @@ */ class Sdk { - const VERSION = '3.300.11'; + const VERSION = '3.300.12'; /** @var array Arguments for creating clients */ private $args;