Skip to content

Commit 9c61b26

Browse files
3.356.3 release
1 parent 322143e commit 9c61b26

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.3 - 2025-08-22
44

55
* `Aws\Token` - Fixes bug in `TokenProvider::cache()` where tokens are incorrectly written to the cache.
66
* `Aws\RDS` - Updates Amazon RDS documentation for Db2 read-only replicas.

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.356.2';
840+
const VERSION = '3.356.3';
841841

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

0 commit comments

Comments
 (0)