diff --git a/CHANGELOG.md b/CHANGELOG.md index 24c6489479..2315db1122 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.319.2 - 2024-08-09 * `Aws\Connect` - This release supports adding RoutingCriteria via UpdateContactRoutingData public API. * `Aws\CognitoIdentityProvider` - Fixed a description of AdvancedSecurityAdditionalFlows in Amazon Cognito user pool configuration. diff --git a/src/Sdk.php b/src/Sdk.php index 623e304baa..e6b234dbf5 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -777,7 +777,7 @@ */ class Sdk { - const VERSION = '3.319.1'; + const VERSION = '3.319.2'; /** @var array Arguments for creating clients */ private $args;