From db0b9787e20792b172aca11b869c54482221e18d Mon Sep 17 00:00:00 2001 From: Navneet Verma Date: Tue, 5 Sep 2023 22:04:39 -0700 Subject: [PATCH] Created release notes for 2.10 release (#464) Signed-off-by: Navneet Verma (cherry picked from commit 3b6c2a3257ebc05935b46180583ce995aeadbc60) --- CHANGELOG.md | 2 +- .../opensearch-dashboards-maps.release-notes-2.10.0.0.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 release-notes/opensearch-dashboards-maps.release-notes-2.10.0.0.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 513d14ca..ac433c59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Maintenance ### Refactoring -## [Unreleased 2.x](https://github.com/opensearch-project/dashboards-maps/compare/2.9...2.x) +## [Unreleased 2.x](https://github.com/opensearch-project/dashboards-maps/compare/2.10...2.x) ### Features * Allow filtering geo_shape fields around map extent ([#452](https://github.com/opensearch-project/dashboards-maps/pull/452)) * Support dark mode in maps-dashboards([#455](https://github.com/opensearch-project/dashboards-maps/pull/455)) diff --git a/release-notes/opensearch-dashboards-maps.release-notes-2.10.0.0.md b/release-notes/opensearch-dashboards-maps.release-notes-2.10.0.0.md new file mode 100644 index 00000000..bc2dd306 --- /dev/null +++ b/release-notes/opensearch-dashboards-maps.release-notes-2.10.0.0.md @@ -0,0 +1,9 @@ +## Version 2.10.0.0 Release Notes +Compatible with OpenSearch and OpenSearch Dashboards Version 2.10.0 + +### Features +* Allow filtering geo_shape fields around map extent ([#452](https://github.com/opensearch-project/dashboards-maps/pull/452)) +* Support dark mode in maps-dashboards([#455](https://github.com/opensearch-project/dashboards-maps/pull/455)) + +### Maintenance +* Bump cypress version to ^13.1.0 ([#462](https://github.com/opensearch-project/dashboards-maps/pull/462))