Skip to content

Commit c1189f8

Browse files
3.368.0 release
1 parent 3ab0462 commit c1189f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## next release
3+
## 3.368.0 - 2025-12-16
44

55
* `Aws\S3` - A new `S3EncryptionClient` implementation and a new `KmsMaterialProvider` implementation. `S3EncryptionClientV3` now supports writing and reading objects with Key Commitment. `KmsMaterialProviderV3` now supports verifying supplied encryption context on `decryptCek` calls.
66
* `Aws\TimestreamInfluxDB` - This release adds support for rebooting InfluxDB DbInstances and DbClusters

src/Sdk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@
835835
*/
836836
class Sdk
837837
{
838-
const VERSION = '3.367.3';
838+
const VERSION = '3.368.0';
839839

840840
/** @var array Arguments for creating clients */
841841
private $args;

0 commit comments

Comments
 (0)