Skip to content

Commit f7ae10a

Browse files
3.369.16 release
1 parent 8d4df71 commit f7ae10a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## next release
3+
## 3.369.16 - 2026-01-20
44

55
* `Aws\VerifiedPermissions` - Amazon Verified Permissions now supports encryption of resources by a customer managed KMS key. Customers can now create new encrypted policy stores by passing in their customer managed key during policy store creation.
66
* `Aws\AutoScaling` - This release adds support for three new filters when describing scaling activities, StartTimeLowerBound, StartTimeUpperBound, and Status.

src/Sdk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@
835835
*/
836836
class Sdk
837837
{
838-
const VERSION = '3.369.15';
838+
const VERSION = '3.369.16';
839839

840840
/** @var array Arguments for creating clients */
841841
private $args;

0 commit comments

Comments
 (0)