diff --git a/CHANGELOG.md b/CHANGELOG.md index 462bf7e4ab..976c410c91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.290.0 - 2023-11-27 * `Aws\Glue` - add observations support to DQ CodeGen config model + update document for connectiontypes supported by ConnectorData entities * `Aws\FIS` - AWS FIS adds support for multi-account experiments & empty target resolution. This release also introduces the CreateTargetAccountConfiguration API that allows experiments across multiple AWS accounts, and the ListExperimentResolvedTargets API to list target details. diff --git a/src/Sdk.php b/src/Sdk.php index f0cd1d752d..8ce1e650cd 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -739,7 +739,7 @@ */ class Sdk { - const VERSION = '3.289.0'; + const VERSION = '3.290.0'; /** @var array Arguments for creating clients */ private $args;