Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release notes for 2.12.0 release #622

Merged
merged 1 commit into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,11 @@ See the [CONTRIBUTING guide](./CONTRIBUTING.md#Changelog) for instructions on ho
### Maintenance
### Refactoring

## [Unreleased 2.x](https://github.com/opensearch-project/geospatial/compare/2.11...2.x)
## [Unreleased 2.x](https://github.com/opensearch-project/geospatial/compare/2.12...2.x)
### Features
* Add denylist ip config for datasource endpoint ([#573](https://github.com/opensearch-project/geospatial/pull/573))
### Enhancements
### Bug Fixes
### Infrastructure
### Documentation
### Maintenance
* Upgrade gradle to 8.4 ([#596](https://github.com/opensearch-project/geospatial/pull/596))
* Update spotless and eclipse dependencies ([#620](https://github.com/opensearch-project/geospatial/pull/620))
### Refactoring
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Version 2.12.0.0 Release Notes

Compatible with OpenSearch 2.12.0

### Features
* Add denylist ip config for datasource endpoint ([#573](https://github.com/opensearch-project/geospatial/pull/573))
### Maintenance
* Upgrade gradle to 8.4 ([#596](https://github.com/opensearch-project/geospatial/pull/596))
* Update spotless and eclipse dependencies ([#620](https://github.com/opensearch-project/geospatial/pull/620))
Loading