From f2b701b4e97f9076697342dff477c27a6c2b35d0 Mon Sep 17 00:00:00 2001 From: Lin Wang Date: Wed, 24 May 2023 09:32:15 +0800 Subject: [PATCH] doc: add release notes for 2.8.0 (#190) Signed-off-by: Lin Wang --- ...nsearch-ml-commons-dashboards.release-notes-2.8.0.0.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 release-notes/opensearch-ml-commons-dashboards.release-notes-2.8.0.0.md diff --git a/release-notes/opensearch-ml-commons-dashboards.release-notes-2.8.0.0.md b/release-notes/opensearch-ml-commons-dashboards.release-notes-2.8.0.0.md new file mode 100644 index 00000000..2d09bb58 --- /dev/null +++ b/release-notes/opensearch-ml-commons-dashboards.release-notes-2.8.0.0.md @@ -0,0 +1,8 @@ +## Version 2.8.0.0 Release Notes + +Compatible with OpenSearch 2.8.0 + + +### Infrastructure + +* Update husky to 8.0.3 to remove execa as development dependency. ([#160](https://github.com/opensearch-project/ml-commons-dashboards/pull/160))