Fix changelog after rebase (and add a missing item)

This commit is contained in:
Paul Kompfner
2025-10-08 17:16:31 -04:00
parent a666327d70
commit deaeb75a1f

View File

@@ -37,6 +37,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated `GeminiMultimodalLiveLLMService` to use the `google-genai` library
rather than use WebSockets directly.
### Fixed
- `GeminiMultimodalLiveLLMService` will now end gracefully (i.e. after the bot
has finished) upon receiving an `EndFrame`.
- `GeminiMultimodalLiveLLMService` will try to seamlessly reconnect when it
loses its connection.
## [0.0.89] - 2025-10-07
### Fixed
@@ -70,9 +78,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- `GeminiMultimodalLiveLLMService` will now end gracefully (i.e. after the bot
has finished) upon receiving an `EndFrame`.
- Fixed an issue with `AWSNovaSonicLLMService` where the client wouldn't
connect due to a breaking change in the AWS dependency chain.