From adba1662eaaf12d5a7812e47b990e1c553cb5d98 Mon Sep 17 00:00:00 2001 From: HaystackBot Date: Tue, 10 Dec 2024 17:16:59 +0000 Subject: [PATCH] Update the changelog --- integrations/google_ai/CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/integrations/google_ai/CHANGELOG.md b/integrations/google_ai/CHANGELOG.md index 7171b0069..404303412 100644 --- a/integrations/google_ai/CHANGELOG.md +++ b/integrations/google_ai/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [integrations/google_ai-v4.0.0] - 2024-12-10 + +### ๐Ÿ› Bug Fixes + +- GoogleAI - fix the content type of `ChatMessage` `content` from function (#1241) + +### ๐Ÿงน Chores + +- Fix linting/isort (#1215) + +### ๐ŸŒ€ Miscellaneous + +- Chore: use class methods to create `ChatMessage` (#1222) + ## [integrations/google_ai-v3.0.2] - 2024-11-19 ### ๐Ÿ› Bug Fixes