From 7a6a10ea961e96996080f689967eabebba17a862 Mon Sep 17 00:00:00 2001 From: tygao Date: Thu, 14 Mar 2024 16:26:07 +0800 Subject: [PATCH] doc: update changelog and release note Signed-off-by: tygao --- CHANGELOG.md | 1 + .../dashboards-assistant.release-notes-2.13.0.0.md | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 release-notes/release-notes/dashboards-assistant.release-notes-2.13.0.0.md diff --git a/CHANGELOG.md b/CHANGELOG.md index a122c718..eb6ccc7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,3 +11,4 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Set verbose to false ([#131](https://github.com/opensearch-project/dashboards-assistant/pull/131)) - Fix: comply with the field change of agent framework ([#137](https://github.com/opensearch-project/dashboards-assistant/pull/137)) - Add incontext insight component ([#53](https://github.com/opensearch-project/dashboards-assistant/pull/53)) +- Integrate chatbot with sidecar service ([#164](https://github.com/opensearch-project/dashboards-assistant/pull/164)) diff --git a/release-notes/release-notes/dashboards-assistant.release-notes-2.13.0.0.md b/release-notes/release-notes/dashboards-assistant.release-notes-2.13.0.0.md new file mode 100644 index 00000000..6a95d561 --- /dev/null +++ b/release-notes/release-notes/dashboards-assistant.release-notes-2.13.0.0.md @@ -0,0 +1,7 @@ +## Version 2.12\3.0.0 Release Notes + +Compatible with OpenSearch and OpenSearch Dashboards Version 2.13.0 + +### Experimental Features + +- Integrate chatbot with sidecar service ([#164](https://github.com/opensearch-project/dashboards-assistant/pull/164))