Skip to content

Commit d1152df

Browse files
3.384.7 release
1 parent a8ed6cb commit d1152df

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.384.7 - 2026-06-10
44

55
* `Aws\ConnectHealth` - Add support for MedicalScribeBinaryAudioEvent in the Medical Scribe streaming input. This new event type lets you send audio as a raw binary payload instead of a base64-encoded value
66
* `Aws\SageMaker` - Add support for G6e instances (ml.g6e.xlarge through ml.g6e.48xlarge) on Amazon SageMaker Notebook Instances.

src/Sdk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@
857857
*/
858858
class Sdk
859859
{
860-
const VERSION = '3.384.6';
860+
const VERSION = '3.384.7';
861861

862862
/** @var array Arguments for creating clients */
863863
private $args;

0 commit comments

Comments
 (0)