We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 349058b commit 0de11adCopy full SHA for 0de11ad
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## next release
+## 3.306.2 - 2024-05-08
4
5
* `Aws\ECR` - This release adds pull through cache rules support for GitLab container registry in Amazon ECR.
6
* `Aws\CognitoIdentityProvider` - Add EXTERNAL_PROVIDER enum value to UserStatusType.
src/Sdk.php
@@ -771,7 +771,7 @@
771
*/
772
class Sdk
773
{
774
- const VERSION = '3.306.1';
+ const VERSION = '3.306.2';
775
776
/** @var array Arguments for creating clients */
777
private $args;
0 commit comments