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))