From 01be6eb33a7303f60f604305ac20df9f56c9a30c Mon Sep 17 00:00:00 2001 From: Lin Wang Date: Mon, 27 May 2024 18:31:09 +0800 Subject: [PATCH] Add changelog for data source service Signed-off-by: Lin Wang --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34821326..fdee07f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,3 +13,4 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Add incontext insight component ([#53](https://github.com/opensearch-project/dashboards-assistant/pull/53)) - Fetch root agent id before executing the agent ([#165](https://github.com/opensearch-project/dashboards-assistant/pull/165)) - Integrate chatbot with sidecar service ([#164](https://github.com/opensearch-project/dashboards-assistant/pull/164)) +- Add data source service ([#191](https://github.com/opensearch-project/dashboards-assistant/pull/191))