update CHANGELOG with AWSBedrockLLMService fix

This commit is contained in:
Aleix Conchillo Flaqué
2025-09-04 09:24:55 -07:00
parent b609b02614
commit 65298ab792

View File

@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed a `AWSBedrockLLMService` crash caused by an extra `await`.
- Fixed a `OpenAIImageGenService` issue where it was not creating
`URLImageRawFrame` correctly.