diff --git a/CHANGELOG.md b/CHANGELOG.md index f512921e18..87991b411c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.295.4 - 2023-12-29 * `Aws\LocationService` - This release introduces a new parameter to bypasses an API key's expiry conditions and delete the key. * `Aws\QuickSight` - Add LinkEntityArn support for different partitions; Add UnsupportedUserEditionException in UpdateDashboardLinks API; Add support for New Reader Experience Topics diff --git a/src/Sdk.php b/src/Sdk.php index ba12659fee..9c8a6ada9c 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -757,7 +757,7 @@ */ class Sdk { - const VERSION = '3.295.3'; + const VERSION = '3.295.4'; /** @var array Arguments for creating clients */ private $args;