diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e324c463..1413fab4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Fixed an issue where `ElevenLabsTTSService` messages would return a 1009 websocket error by increasing the max message size limit to 16MB. + - Fixed a `DailyTransport` issue that would cause events to be triggered before join finished.