From 65298ab79243e44b0f317f23b3f8c1722ee73726 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Thu, 4 Sep 2025 09:24:55 -0700 Subject: [PATCH] update CHANGELOG with AWSBedrockLLMService fix --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e81ff4814..2421ed1a5 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 a `AWSBedrockLLMService` crash caused by an extra `await`. + - Fixed a `OpenAIImageGenService` issue where it was not creating `URLImageRawFrame` correctly.