Skip to content

Commit 626f731

Browse files
3.298.2 release
1 parent c5be47a commit 626f731

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.298.2 - 2024-02-02
44

55
* `Aws\DynamoDB` - Any number of users can execute up to 50 concurrent restores (any type of restore) in a given account.
66
* `Aws\SageMaker` - Amazon SageMaker Canvas adds GenerativeAiSettings support for CanvasAppSettings.

src/Sdk.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@
759759
*/
760760
class Sdk
761761
{
762-
const VERSION = '3.298.1';
762+
const VERSION = '3.298.2';
763763

764764
/** @var array Arguments for creating clients */
765765
private $args;

0 commit comments

Comments
 (0)