From a0dfb094d3f94da2ebc86ed9583e14fdc9000f06 Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Thu, 29 Jun 2023 19:21:55 +0000 Subject: [PATCH] 3.275.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 1335b90348..4e9efa1d7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.275.0 - 2023-06-29 * `Aws\` - Adds support for automatically compressing request bodies when a service supports it. * `Aws\AppStream` - This release introduces app block builder, allowing customers to provision a resource to package applications into an app block diff --git a/src/Sdk.php b/src/Sdk.php index 441850c15e..dd83a4207c 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -705,7 +705,7 @@ */ class Sdk { - const VERSION = '3.274.1'; + const VERSION = '3.275.0'; /** @var array Arguments for creating clients */ private $args;