We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88a49e1 commit 6b44237Copy full SHA for 6b44237
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## next release
+## 3.356.7 - 2025-08-28
4
5
* `Aws\Credentials` - Updates `CredentialProvider::memoize()` to refresh credentials that within 1 minute of expiration.
6
* `Aws\ManagedBlockchainQuery` - Remove incorrect endpoint tests
src/Sdk.php
@@ -833,7 +833,7 @@
833
*/
834
class Sdk
835
{
836
- const VERSION = '3.356.6';
+ const VERSION = '3.356.7';
837
838
/** @var array Arguments for creating clients */
839
private $args;
0 commit comments