From 596534c0627d8b38597061341e99b460437d1a16 Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Tue, 15 Aug 2023 18:07:55 +0000 Subject: [PATCH] 3.278.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 2626dfe2a5..015047e20a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.278.3 - 2023-08-15 * `Aws\PI` - AWS Performance Insights for Amazon RDS is launching Performance Analysis On Demand, a new feature that allows you to analyze database performance metrics and find out the performance issues. You can now use SDK to create, list, get, delete, and manage tags of performance analysis reports. * `Aws\SageMaker` - SageMaker Inference Recommender now provides SupportedResponseMIMETypes from DescribeInferenceRecommendationsJob response diff --git a/src/Sdk.php b/src/Sdk.php index f23ac941e6..e4c9451608 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -711,7 +711,7 @@ */ class Sdk { - const VERSION = '3.278.2'; + const VERSION = '3.278.3'; /** @var array Arguments for creating clients */ private $args;