Skip to content

Commit a99b58e

Browse files
3.328.0 release
1 parent dd92eff commit a99b58e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## next release
3+
## 3.328.0 - 2024-11-15
44

55
* `Aws\EC2` - Remove non-functional enum variants for FleetCapacityReservationUsageStrategy
66
* `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.

src/Sdk.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@
791791
*/
792792
class Sdk
793793
{
794-
const VERSION = '3.327.1';
794+
const VERSION = '3.328.0';
795795

796796
/** @var array Arguments for creating clients */
797797
private $args;

0 commit comments

Comments
 (0)