We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fde39b commit 0807e68Copy full SHA for 0807e68
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## next release
+## 3.283.12 - 2023-10-25
4
5
* `Aws\ConnectCases` - Increase maximum length of CommentBody to 3000, and increase maximum length of StringValue to 1500
6
* `Aws\IAM` - Updates to GetAccessKeyLastUsed action to replace NoSuchEntity error with AccessDeniedException error.
src/Sdk.php
@@ -719,7 +719,7 @@
719
*/
720
class Sdk
721
{
722
- const VERSION = '3.283.11';
+ const VERSION = '3.283.12';
723
724
/** @var array Arguments for creating clients */
725
private $args;
0 commit comments