From cb11e41efb95e1ecb768d07a554193a1a85b7a9b Mon Sep 17 00:00:00 2001 From: Vacha Shah Date: Mon, 13 Mar 2023 13:26:06 -0700 Subject: [PATCH] Increment client version to 2.3.0 (#396) * Increment client version to 2.3.0 Signed-off-by: Vacha Shah * Update COMPATIBILITY.md Co-authored-by: Andriy Redko Signed-off-by: Vacha Shah --------- Signed-off-by: Vacha Shah Co-authored-by: Daniel (dB.) Doubrovkine Co-authored-by: Andriy Redko --- COMPATIBILITY.md | 1 + gradle.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/COMPATIBILITY.md b/COMPATIBILITY.md index 78b2b1372b..440dcb4f11 100644 --- a/COMPATIBILITY.md +++ b/COMPATIBILITY.md @@ -11,6 +11,7 @@ The below matrix shows the compatibility of the [`opensearch-java-client`](https | 2.0.0 | 1.3.3-2.0.1 | | 2.1.0 | 1.3.3-2.3.0 | | 2.2.0 | 1.3.3-2.5.0 | +| 2.3.0 | 1.3.3-2.6.0 | ## Upgrading diff --git a/gradle.properties b/gradle.properties index d11ea7ab21..921a8c7a41 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -systemProp.version = 2.2.0 +systemProp.version = 2.3.0