Skip to content

Commit 138f07d

Browse files
3.343.16 release
1 parent 36b7bf9 commit 138f07d

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.343.16 - 2025-05-21
44

55
* `Aws\` - Sets the header `x-amzn-query-mode` to a string value instead of a boolean.
66
* `Aws\PartnerCentralSelling` - Modified validation to allow expectedCustomerSpend array with zero elements in Partner Opportunity operations.

src/Sdk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@
813813
*/
814814
class Sdk
815815
{
816-
const VERSION = '3.343.15';
816+
const VERSION = '3.343.16';
817817

818818
/** @var array Arguments for creating clients */
819819
private $args;

0 commit comments

Comments
 (0)