From 6fb8a66b6a874afaa90dbbef874216a56782456e Mon Sep 17 00:00:00 2001 From: HaystackBot Date: Wed, 17 Jul 2024 15:26:49 +0000 Subject: [PATCH] Update the changelog --- integrations/anthropic/CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 integrations/anthropic/CHANGELOG.md diff --git a/integrations/anthropic/CHANGELOG.md b/integrations/anthropic/CHANGELOG.md new file mode 100644 index 000000000..450fe570a --- /dev/null +++ b/integrations/anthropic/CHANGELOG.md @@ -0,0 +1,28 @@ +# Changelog + +## [integrations/anthropic-v0.4.1] - 2024-07-17 + +### ⚙️ Miscellaneous Tasks + +- Update ruff invocation to include check parameter (#853) + +## [integrations/anthropic-v0.4.0] - 2024-06-21 + +### 🚀 Features + +- Update Anthropic/Cohere for tools use (#790) +- Update Anthropic default models, pydocs (#839) + +### ⚙️ Miscellaneous Tasks + +- Retry tests to reduce flakyness (#836) + +## [integrations/anthropic-v0.2.0] - 2024-03-15 + +## [integrations/anthropic-v0.1.0] - 2024-03-15 + +### 🚀 Features + +- Add AnthropicGenerator and AnthropicChatGenerator (#573) + +