Skip to content

Commit bf5f122

Browse files
3.308.1 release
1 parent 5ac64d3 commit bf5f122

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.308.1 - 2024-05-22
44

55
* `Aws\KMS` - This release includes feature to import customer's asymmetric (RSA, ECC and SM2) and HMAC keys into KMS in China.
66
* `Aws\CloudFormation` - Added DeletionMode FORCE_DELETE_STACK for deleting a stack that is stuck in DELETE_FAILED state due to resource deletion failure.

src/Sdk.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@
769769
*/
770770
class Sdk
771771
{
772-
const VERSION = '3.308.0';
772+
const VERSION = '3.308.1';
773773

774774
/** @var array Arguments for creating clients */
775775
private $args;

0 commit comments

Comments
 (0)