Skip to content

Commit 6b44237

Browse files
3.356.7 release
1 parent 88a49e1 commit 6b44237

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.356.7 - 2025-08-28
44

55
* `Aws\Credentials` - Updates `CredentialProvider::memoize()` to refresh credentials that within 1 minute of expiration.
66
* `Aws\ManagedBlockchainQuery` - Remove incorrect endpoint tests

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.356.6';
836+
const VERSION = '3.356.7';
837837

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

0 commit comments

Comments
 (0)