From acfda84b2a4995b33cd3133a7f4f9973b35a8315 Mon Sep 17 00:00:00 2001 From: Kirill Ostanin Date: Mon, 23 Oct 2023 12:01:37 +0400 Subject: [PATCH] Update CHANGELOG.md Signed-off-by: Kirill Ostanin --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dac2b79946..5d9dd2716c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,7 @@ This section is for maintaining a changelog for all breaking changes for the cli - Added support for "script_fields" in multi search request ([#632](https://github.com/opensearch-project/opensearch-java/pull/632)) - Added size attribute to MultiTermsAggregation ([#627](https://github.com/opensearch-project/opensearch-java/pull/627)) - Added version increment workflow that executes after release ([#664](https://github.com/opensearch-project/opensearch-java/pull/664)) +- Added support for neural query type ([#674](https://github.com/opensearch-project/opensearch-java/pull/674)) ### Dependencies - Bumps `org.ajoberstar.grgit:grgit-gradle` from 5.0.0 to 5.2.0