From 04e3a92c9e1006c424b7da9fb79cba0fda00248a 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 7c131934d6..c3684daf2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,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 @@ -48,6 +49,7 @@ This section is for maintaining a changelog for all breaking changes for the cli ### Removed ### Fixed +- Fix ClusterStatsResponse field deserialization ([#848](https://github.com/opensearch-project/opensearch-java/pull/848)) ### Security