From b4630b77a78b108b20d3f267a9053d53d02945d5 Mon Sep 17 00:00:00 2001 From: MESSAOUDI Khadidja Date: Fri, 15 Mar 2024 14:37:37 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c08a96fdeb..419927b2e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) This section is for maintaining a changelog for all breaking changes for the client that cannot be released in the 2.x line. All other non-breaking changes should be added to [Unreleased 2.x] section. ### Added -- Document HTTP/2 support ([#330](https://github.com/opensearch-project/opensearch-java/pull/330)) -- Add xy_shape property ([#884](https://github.com/opensearch-project/opensearch-java/pull/885)) ### Dependencies @@ -30,6 +28,8 @@ This section is for maintaining a changelog for all breaking changes for the cli ## [Unreleased 2.x] ### Added +- Document HTTP/2 support ([#330](https://github.com/opensearch-project/opensearch-java/pull/330)) +- Add xy_shape property ([#884](https://github.com/opensearch-project/opensearch-java/pull/885)) ### Dependencies - Bumps `io.github.classgraph:classgraph` from 4.8.161 to 4.8.165