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