From 688e62e74927e0afbe2df391f508802e1a5a32f9 Mon Sep 17 00:00:00 2001 From: Vacha Shah Date: Thu, 15 Feb 2024 06:17:02 +0000 Subject: [PATCH] Add CHANGELOG Signed-off-by: Vacha Shah --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f97b8646de..c6f7bce1fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ This section is for maintaining a changelog for all breaking changes for the cli ## [Unreleased 2.x] ### Added +- Add search role type for nodes in cluster stats ([#848](https://github.com/opensearch-project/opensearch-java/pull/848)) ### Dependencies @@ -52,6 +53,7 @@ This section is for maintaining a changelog for all breaking changes for the cli ### Fixed - Fix PutTemplateRequest field deserialization ([#723](https://github.com/opensearch-project/opensearch-java/pull/723)) +- Fix ClusterStatsResponse field deserialization ([#848](https://github.com/opensearch-project/opensearch-java/pull/848)) ### Security