diff --git a/integrations/opensearch/CHANGELOG.md b/integrations/opensearch/CHANGELOG.md index aad3e92573..6a316d769f 100644 --- a/integrations/opensearch/CHANGELOG.md +++ b/integrations/opensearch/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [integrations/opensearch-v4.3.0] - 2025-10-07 + +### ๐Ÿš€ Features + +- Adding the operation `delete_all_documents` to the `OpenSearchDocumentStore` (#2321) + +### ๐Ÿงน Chores + +- Fix linting for ruff 0.12.0 (#1969) +- Remove black (#1985) +- Standardize readmes - part 2 (#2205) +- Fix linting in tests for opensearch (#2259) + + ## [integrations/opensearch-v4.2.0] - 2025-06-12 ### ๐Ÿ› Bug Fixes