diff --git a/CHANGELOG.md b/CHANGELOG.md index 90912130..75f9a01f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,13 +12,10 @@ 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.17...2.x) +## [Unreleased 2.x](https://github.com/opensearch-project/dashboards-maps/compare/2.18...2.x) ### Features -* [navigation]feat: update category to flatten menus in analytics(all) use case [#674](https://github.com/opensearch-project/dashboards-maps/pull/674) ### Enhancements ### Bug Fixes -* fix: prevent overlay from overlapping new application header -* Fix dynamic uses of i18n ([#678](https://github.com/opensearch-project/dashboards-maps/pull/678)) ### Infrastructure ### Documentation ### Maintenance diff --git a/release-notes/opensearch-dashboards-maps.release-notes-2.18.0.0.md b/release-notes/opensearch-dashboards-maps.release-notes-2.18.0.0.md new file mode 100644 index 00000000..cb4d2a19 --- /dev/null +++ b/release-notes/opensearch-dashboards-maps.release-notes-2.18.0.0.md @@ -0,0 +1,9 @@ +## Version 2.18.0.0 Release Notes +Compatible with OpenSearch and OpenSearch Dashboards Version 2.18.0 + +### Features +* [navigation]feat: update category to flatten menus in analytics(all) use case [#674](https://github.com/opensearch-project/dashboards-maps/pull/674) +### Enhancements +### Bug Fixes +* fix: prevent overlay from overlapping new application header([#680] (https://github.com/opensearch-project/dashboards-maps/pull/680)) +* Fix dynamic uses of i18n ([#678](https://github.com/opensearch-project/dashboards-maps/pull/678))