Skip to content

Commit 3675e58

Browse files
3.339.1 release
1 parent cdb4848 commit 3675e58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## next release
3+
## 3.339.1 - 2025-01-28
44

55
* `Aws\DSQL` - Updates default `AuthTokenGenerator` token expiration time from 700 to 900 seconds.
66
* `Aws\Firehose` - For AppendOnly streams, Firehose will automatically scale to match your throughput.

src/Sdk.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@
811811
*/
812812
class Sdk
813813
{
814-
const VERSION = '3.339.0';
814+
const VERSION = '3.339.1';
815815

816816
/** @var array Arguments for creating clients */
817817
private $args;

0 commit comments

Comments
 (0)