Skip to content

Commit 4f59bf5

Browse files
3.294.4 release
1 parent b524df7 commit 4f59bf5

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.294.4 - 2023-12-20
44

55
* `Aws\EKS` - Add support for cluster insights, new EKS capability that surfaces potentially upgrade impacting issues.
66
* `Aws\AppStream` - This release introduces configurable clipboard, allowing admins to specify the maximum length of text that can be copied by the users from their device to the remote session and vice-versa.

src/Sdk.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@
755755
*/
756756
class Sdk
757757
{
758-
const VERSION = '3.294.3';
758+
const VERSION = '3.294.4';
759759

760760
/** @var array Arguments for creating clients */
761761
private $args;

0 commit comments

Comments
 (0)