Skip to content

Commit 73a28b9

Browse files
3.353.0 release
1 parent d5c719a commit 73a28b9

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.353.0 - 2025-08-13
44

55
* `Aws\` - Added support for configuring auth schemes based on user's preference. The order in which these auth schemes are provided will define the priority of the auth schemes selection.
66
* `Aws\Braket` - Add support for Braket program sets.

src/Sdk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@
833833
*/
834834
class Sdk
835835
{
836-
const VERSION = '3.352.7';
836+
const VERSION = '3.353.0';
837837

838838
/** @var array Arguments for creating clients */
839839
private $args;

0 commit comments

Comments
 (0)