diff --git a/.gitignore b/.gitignore index 4be21c66..5100fe85 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ cypress/videos/ cypress/screenshots/ yarn-error.log .DS_Store +.idea diff --git a/CHANGELOG.md b/CHANGELOG.md index ac433c59..2cac9a74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,20 +12,11 @@ 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.10...2.x) +## [Unreleased 2.x](https://github.com/opensearch-project/dashboards-maps/compare/2.11...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)) - ### Enhancements - ### Bug Fixes - ### Infrastructure - ### Documentation - ### Maintenance -* Bump cypress version to ^13.1.0 ([#462](https://github.com/opensearch-project/dashboards-maps/pull/462)) - ### Refactoring diff --git a/release-notes/opensearch-dashboards-maps.release-notes-2.11.0.0.md b/release-notes/opensearch-dashboards-maps.release-notes-2.11.0.0.md new file mode 100644 index 00000000..d5f8fcda --- /dev/null +++ b/release-notes/opensearch-dashboards-maps.release-notes-2.11.0.0.md @@ -0,0 +1,5 @@ +## Version 2.11.0.0 Release Notes +Compatible with OpenSearch and OpenSearch Dashboards Version 2.11.0 + +### Maintenance +* Increment version to 2.11.0.0 ([#476](https://github.com/opensearch-project/dashboards-maps/pull/476))