Skip to content

Commit 0807e68

Browse files
3.283.12 release
1 parent 6fde39b commit 0807e68

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.283.12 - 2023-10-25
44

55
* `Aws\ConnectCases` - Increase maximum length of CommentBody to 3000, and increase maximum length of StringValue to 1500
66
* `Aws\IAM` - Updates to GetAccessKeyLastUsed action to replace NoSuchEntity error with AccessDeniedException error.

src/Sdk.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@
719719
*/
720720
class Sdk
721721
{
722-
const VERSION = '3.283.11';
722+
const VERSION = '3.283.12';
723723

724724
/** @var array Arguments for creating clients */
725725
private $args;

0 commit comments

Comments
 (0)