diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d74e79b30..10d8d0d9ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.320.7 - 2024-08-23 * `Aws\SupplyChain` - Update API documentation to clarify the event SLA as well as the data model expectations * `Aws\BedrockAgent` - Releasing the support for Action User Confirmation. diff --git a/src/Sdk.php b/src/Sdk.php index 5e7c175f3e..f1839f1f01 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -775,7 +775,7 @@ */ class Sdk { - const VERSION = '3.320.6'; + const VERSION = '3.320.7'; /** @var array Arguments for creating clients */ private $args;