Skip to content

Commit d8e6e06

Browse files
3.367.3 release
1 parent aa9302d commit d8e6e06

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.367.3 - 2025-12-15
44

55
* `Aws\MediaTailor` - Added support for Ad Decision Server Configuration enabling HTTP POST requests with custom bodies, headers, GZIP compression, and dynamic variables. No changes required for existing GET request configurations.
66
* `Aws\Connect` - Amazon Connect now supports outbound WhatsApp contacts via the Send message block or StartOutboundChatContact API. Send proactive messages for surveys, reminders, and updates. Offer customers the option to switch to WhatsApp while in queue, eliminating hold time.

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.367.2';
838+
const VERSION = '3.367.3';
839839

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

0 commit comments

Comments
 (0)