Skip to content

Commit bcc08c5

Browse files
3.363.1 release
1 parent 9ae54fd commit bcc08c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.363.1 - 2025-11-24
44

55
* `Aws\CloudFront` - Add TrustStore, ConnectionFunction APIs to CloudFront SDK
66
* `Aws\CloudWatchLogs` - New CloudWatch Logs feature - LogGroup Deletion Protection, a capability that allows customers to safeguard their critical CloudWatch log groups from accidental or unintended deletion.

src/Sdk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@
827827
*/
828828
class Sdk
829829
{
830-
const VERSION = '3.363.0';
830+
const VERSION = '3.363.1';
831831

832832
/** @var array Arguments for creating clients */
833833
private $args;

0 commit comments

Comments
 (0)