Skip to content

Commit d1885c8

Browse files
3.372.2 release
1 parent c5e8f42 commit d1885c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.372.2 - 2026-03-09
44

55
* `Aws\Multipart` - Fixes bug in `AbstractUploadManager` where valid falsy values are excluded.
66
* `Aws\OpenSearchService` - This change enables cross-account and cross-region access for DataSources. Customers can now define access policies on their datasources to allow other AWS accounts to access and query their data.

src/Sdk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@
837837
*/
838838
class Sdk
839839
{
840-
const VERSION = '3.372.1';
840+
const VERSION = '3.372.2';
841841

842842
/** @var array Arguments for creating clients */
843843
private $args;

0 commit comments

Comments
 (0)