diff --git a/CHANGELOG.md b/CHANGELOG.md index d31a76c75..84f7c7047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed an issue in `LiveKitTransport` where empty `AudioRawFrame`s were pushed down the pipeline. This resulted in warnings by the STT processor. +- Fixed an issue with the `TavusVideoService` where an error was thrown due to + missing transcription callbacks. + ## [0.0.77] - 2025-07-31 ### Added