diff --git a/CHANGELOG.md b/CHANGELOG.md index 5184f7db45..f8cf484566 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.328.0 - 2024-11-15 * `Aws\EC2` - Remove non-functional enum variants for FleetCapacityReservationUsageStrategy * `Aws\IoT` - This release allows AWS IoT Core users to enrich MQTT messages with propagating attributes, to associate a thing to a connection, and to enable Online Certificate Status Protocol (OCSP) stapling for TLS X.509 server certificates through private endpoints. diff --git a/src/Sdk.php b/src/Sdk.php index 41a3d084b8..adba440a1f 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -791,7 +791,7 @@ */ class Sdk { - const VERSION = '3.327.1'; + const VERSION = '3.328.0'; /** @var array Arguments for creating clients */ private $args;