From c49b31e6ad253d7ac71764c0d738ecd1fbebe962 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Thu, 3 Oct 2024 23:13:59 -0400 Subject: [PATCH] Add CHANGELOG entry --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d679c2b16..f5d2d40df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.0.43] - 2024-10-03 +### Changed + +- For TTS services, convert inputted languages to match each service's language + format + ### Fixed - Fixed an issue where changing a language with the Deepgram STT service wouldn't apply the change. This was fixed by disconnecting and reconnecting - when the language changes + when the language changes. ## [0.0.42] - 2024-10-02