From f64c9952fe9441e49d9eb8710eed915bc21dcd85 Mon Sep 17 00:00:00 2001 From: Will Hwang <22586574+will-hwang@users.noreply.github.com> Date: Fri, 7 Mar 2025 09:53:49 -0800 Subject: [PATCH] add release notes for 3.0-alpha1 (#728) Signed-off-by: will-hwang --- CHANGELOG.md | 5 +---- .../opensearch-geospatial.release-notes-3.0.0.0-alpha1.md | 7 +++++++ 2 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 release-notes/opensearch-geospatial.release-notes-3.0.0.0-alpha1.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a079cc9..7f324d9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,16 +4,13 @@ All notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). See the [CONTRIBUTING guide](./CONTRIBUTING.md#Changelog) for instructions on how to add changelog entries. -## [Unreleased 3.0](https://github.com/opensearch-project/geospatial/compare/2.x...HEAD) +## [Unreleased 3.x](https://github.com/opensearch-project/geospatial/compare/main...HEAD) ### Features ### Enhancements ### Bug Fixes ### Infrastructure ### Documentation ### Maintenance -- Set geospatial plugin 3.0.0 baseline JDK version to JDK-21 ([#695](https://github.com/opensearch-project/geospatial/pull/695)) -- Bump gradle 8.10.2 / JDK 23 / 3.0.0.0-alpha1 support on geospatial ([#723](https://github.com/opensearch-project/geospatial/pull/723)) - ### Refactoring ## [Unreleased 2.x](https://github.com/opensearch-project/geospatial/compare/2.19...2.x) diff --git a/release-notes/opensearch-geospatial.release-notes-3.0.0.0-alpha1.md b/release-notes/opensearch-geospatial.release-notes-3.0.0.0-alpha1.md new file mode 100644 index 00000000..436dcebb --- /dev/null +++ b/release-notes/opensearch-geospatial.release-notes-3.0.0.0-alpha1.md @@ -0,0 +1,7 @@ +## Version 3.0.0.0-alpha1 Release Notes + +Compatible with OpenSearch 3.0.0.0-alpha1 + +### Maintenance +* Set geospatial plugin 3.0.0 baseline JDK version to JDK-21 ([#695](https://github.com/opensearch-project/geospatial/pull/695)) +* Bump gradle 8.10.2 / JDK 23 / 3.0.0.0-alpha1 support on geospatial ([#723](https://github.com/opensearch-project/geospatial/pull/723))