We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc0ec0b commit c114ca0Copy full SHA for c114ca0
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## next release
+## 3.291.0 - 2023-11-28
4
5
* `Aws\S3` - This release adds support for the S3express identity provider
6
* `Aws\Bedrock` - This release adds support for customization types, model life cycle status and minor versions/aliases for model identifiers.
src/Sdk.php
@@ -747,7 +747,7 @@
747
*/
748
class Sdk
749
{
750
- const VERSION = '3.290.1';
+ const VERSION = '3.291.0';
751
752
/** @var array Arguments for creating clients */
753
private $args;
0 commit comments