Skip to content

Commit bbe5c19

Browse files
3.307.2 release
1 parent 55b2e00 commit bbe5c19

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.307.2 - 2024-05-20
44

55
* `Aws\RDS` - This release adds support for EngineLifecycleSupport on DBInstances, DBClusters, and GlobalClusters.
66
* `Aws\SecretsManager` - add v2 smoke tests and smithy smokeTests trait for SDK testing

src/Sdk.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@
767767
*/
768768
class Sdk
769769
{
770-
const VERSION = '3.307.1';
770+
const VERSION = '3.307.2';
771771

772772
/** @var array Arguments for creating clients */
773773
private $args;

0 commit comments

Comments
 (0)