From 5a84d41d2bf2f919931399eddfe634f34e03cd63 Mon Sep 17 00:00:00 2001 From: HaystackBot Date: Thu, 30 May 2024 09:21:04 +0000 Subject: [PATCH] Update the changelog --- integrations/opensearch/CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/integrations/opensearch/CHANGELOG.md b/integrations/opensearch/CHANGELOG.md index f434df3fa..49f0e36e0 100644 --- a/integrations/opensearch/CHANGELOG.md +++ b/integrations/opensearch/CHANGELOG.md @@ -5,6 +5,13 @@ ### 🚀 Features - Defer the database connection to when it's needed (#753) +- Improve `OpenSearchDocumentStore.__init__` arguments (#739) + +### 🐛 Bug Fixes + +- Fix order of API docs (#447) + +This PR will also push the docs to Readme ### 📚 Documentation @@ -19,10 +26,31 @@ ## [integrations/opensearch-v0.2.0] - 2024-01-17 +### 🐛 Bug Fixes + +- Fix links in docstrings (#188) + + + ### 🚜 Refactor - Use `hatch_vcs` to manage integrations versioning (#103) +## [integrations/opensearch-v0.1.1] - 2023-12-05 + +### 🐛 Bug Fixes + +- Fix import and increase version (#77) + + + +## [integrations/opensearch-v0.1.0] - 2023-12-04 + +### 🐛 Bug Fixes + +- Fix license headers + + ## [integrations/opensearch-v0.0.2] - 2023-11-30 ### 🚀 Features