We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfc455e commit 331894cCopy full SHA for 331894c
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## next release
+## 3.283.14 - 2023-10-27
4
5
* `Aws\Pinpoint` - Updated documentation to describe the case insensitivity for EndpointIds.
6
* `Aws\WAFV2` - Updates the descriptions for the calls that manage web ACL associations, to provide information for customer-managed IAM policies.
src/Sdk.php
@@ -719,7 +719,7 @@
719
*/
720
class Sdk
721
{
722
- const VERSION = '3.283.13';
+ const VERSION = '3.283.14';
723
724
/** @var array Arguments for creating clients */
725
private $args;
0 commit comments