Skip to content

Commit c114ca0

Browse files
3.291.0 release
1 parent bc0ec0b commit c114ca0

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.291.0 - 2023-11-28
44

55
* `Aws\S3` - This release adds support for the S3express identity provider
66
* `Aws\Bedrock` - This release adds support for customization types, model life cycle status and minor versions/aliases for model identifiers.

src/Sdk.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@
747747
*/
748748
class Sdk
749749
{
750-
const VERSION = '3.290.1';
750+
const VERSION = '3.291.0';
751751

752752
/** @var array Arguments for creating clients */
753753
private $args;

0 commit comments

Comments
 (0)