diff --git a/integrations/amazon_bedrock/CHANGELOG.md b/integrations/amazon_bedrock/CHANGELOG.md index 417c661fe..e7b0db667 100644 --- a/integrations/amazon_bedrock/CHANGELOG.md +++ b/integrations/amazon_bedrock/CHANGELOG.md @@ -1,15 +1,20 @@ # Changelog -## [unreleased] +## [integrations/amazon_bedrock-v1.0.3] - 2024-10-04 ### 🐛 Bug Fixes - *(Bedrock)* Allow tools kwargs for AWS Bedrock Claude model (#976) +- Chat roles for model responses in chat generators (#1030) ### 🚜 Refactor - Remove usage of deprecated `ChatMessage.to_openai_format` (#1007) +### ⚙️ Miscellaneous Tasks + +- Update ruff linting scripts and settings (#1105) + ## [integrations/amazon_bedrock-v1.0.1] - 2024-08-19 ### 🚀 Features