diff --git a/CHANGELOG.md b/CHANGELOG.md index 8befb4d9..18ac4b48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,14 +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/geospatial/compare/2.7...2.x) +## [Unreleased 2.x](https://github.com/opensearch-project/geospatial/compare/2.8...2.x) ### Features ### Enhancements ### Bug Fixes ### Infrastructure -* Make jacoco report to be generated faster in local ([#267](https://github.com/opensearch-project/geospatial/pull/267)) -* Exclude lombok generated code from jacoco coverage report ([#268](https://github.com/opensearch-project/geospatial/pull/268)) ### Documentation ### Maintenance -* Change package for Strings.hasText ([#314](https://github.com/opensearch-project/geospatial/pull/314)) ### Refactoring diff --git a/release-notes/opensearch-geospatial.release-notes-2.8.0.0.md b/release-notes/opensearch-geospatial.release-notes-2.8.0.0.md new file mode 100644 index 00000000..00281437 --- /dev/null +++ b/release-notes/opensearch-geospatial.release-notes-2.8.0.0.md @@ -0,0 +1,10 @@ +## Version 2.8.0.0 Release Notes + +Compatible with OpenSearch 2.8.0 + +### Infrastructure +* Make jacoco report to be generated faster in local ([#267](https://github.com/opensearch-project/geospatial/pull/267)) +* Exclude lombok generated code from jacoco coverage report ([#268](https://github.com/opensearch-project/geospatial/pull/268)) + +### Maintenance +* Change package for Strings.hasText ([#314](https://github.com/opensearch-project/geospatial/pull/314)) \ No newline at end of file