diff --git a/CHANGELOG.md b/CHANGELOG.md index 409ce15895..5af9e899d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.336.11 - 2025-01-08 * `Aws\Route53` - Amazon Route 53 now supports the Asia Pacific (Thailand) Region (ap-southeast-7) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region * `Aws\RDS` - Updates Amazon RDS documentation to clarify the RestoreDBClusterToPointInTime description. diff --git a/src/Sdk.php b/src/Sdk.php index b1bbfff78f..41782554be 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -815,7 +815,7 @@ */ class Sdk { - const VERSION = '3.336.10'; + const VERSION = '3.336.11'; /** @var array Arguments for creating clients */ private $args;