diff --git a/integrations/google_ai/CHANGELOG.md b/integrations/google_ai/CHANGELOG.md index 0fc7ce0ab..3f3ecaf79 100644 --- a/integrations/google_ai/CHANGELOG.md +++ b/integrations/google_ai/CHANGELOG.md @@ -1,10 +1,16 @@ # Changelog -## [unreleased] +## [integrations/google_ai-v2.0.1] - 2024-10-15 + +### ๐Ÿš€ Features + +- Add chatrole tests and meta for GeminiChatGenerators (#1090) ### ๐Ÿ› Bug Fixes - Remove the use of deprecated gemini models (#1032) +- Chat roles for model responses in chat generators (#1030) +- Make sure that streaming works with function calls - (drop python3.8) (#1137) ### ๐Ÿงช Testing @@ -14,6 +20,7 @@ - Retry tests to reduce flakyness (#836) - Update ruff invocation to include check parameter (#853) +- Update ruff linting scripts and settings (#1105) ### Docs