From c89f230c996c56bfc0ef9cbd3807bd2ca769b3fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Thu, 20 Nov 2025 08:40:30 -0800 Subject: [PATCH] fix CHANGELOG --- CHANGELOG.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e081d2495..9887968dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Added optional speaking rate control to `InworldTTSService`. + ### Changed - Updated `daily-python` to 0.22.0. +### Fixed + +- Fixed `InworldTTSService` audio config payload to use camelCase keys expected + by the Inworld API. + ## [0.0.95] - 2025-11-18 ### Added @@ -30,8 +39,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added word-level timestamps support to Hume TTS service -- Added optional speaking rate control to `InworldTTSService`. - ### Changed - ⚠️ Breaking change: `LLMContext.create_image_message()`, @@ -97,9 +104,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Prevented `HeyGenVideoService` from automatically disconnecting after 5 minutes. -- Fixed `InworldTTSService` audio config payload to use camelCase keys expected - by the Inworld API. - ## [0.0.94] - 2025-11-10 ### Changed