Skip to content

Commit 0de11ad

Browse files
3.306.2 release
1 parent 349058b commit 0de11ad

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.306.2 - 2024-05-08
44

55
* `Aws\ECR` - This release adds pull through cache rules support for GitLab container registry in Amazon ECR.
66
* `Aws\CognitoIdentityProvider` - Add EXTERNAL_PROVIDER enum value to UserStatusType.

src/Sdk.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@
771771
*/
772772
class Sdk
773773
{
774-
const VERSION = '3.306.1';
774+
const VERSION = '3.306.2';
775775

776776
/** @var array Arguments for creating clients */
777777
private $args;

0 commit comments

Comments
 (0)