diff --git a/integrations/google_ai/CHANGELOG.md b/integrations/google_ai/CHANGELOG.md index cbdd97046..0fc7ce0ab 100644 --- a/integrations/google_ai/CHANGELOG.md +++ b/integrations/google_ai/CHANGELOG.md @@ -2,11 +2,24 @@ ## [unreleased] +### ๐Ÿ› Bug Fixes + +- Remove the use of deprecated gemini models (#1032) + +### ๐Ÿงช Testing + +- Do not retry tests in `hatch run test` command (#954) + ### โš™๏ธ Miscellaneous Tasks - Retry tests to reduce flakyness (#836) - Update ruff invocation to include check parameter (#853) +### Docs + +- Update GeminiGenerator docstrings (#964) +- Update GoogleChatGenerator docstrings (#962) + ## [integrations/google_ai-v1.1.0] - 2024-06-05 ### ๐Ÿ› Bug Fixes