From fff8aac18ceb2463794c05f24d0e335aeaac67e4 Mon Sep 17 00:00:00 2001 From: Filipi Fuchter Date: Tue, 11 Nov 2025 17:25:40 -0300 Subject: [PATCH] Mention DeepgramFluxSTTService URL encode fix in changelog. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 974133011..4cca64597 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Fixed issue where `DeepgramFluxSTTService` failed to connect if passing a + `keyterm` or `tag` containing a space. + - Prevented `HeyGenVideoService` from automatically disconnecting after 5 minutes. ## [0.0.94] - 2025-11-10