From ca51bf1b0707e7019cb1437a60d3ed19f41b5533 Mon Sep 17 00:00:00 2001 From: Vacha Shah Date: Fri, 19 Jan 2024 00:49:48 +0000 Subject: [PATCH] Updating version Signed-off-by: Vacha Shah --- .github/workflows/test-integration.yml | 2 +- COMPATIBILITY.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index bab694db8c..9308fb7078 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -24,7 +24,7 @@ jobs: - { opensearch_version: 2.8.0, java: 11 } - { opensearch_version: 2.9.0, java: 11 } - { opensearch_version: 2.10.0, java: 11 } - - { opensearch_version: 2.11.0, java: 11 } + - { opensearch_version: 2.11.1, java: 11 } steps: - name: Checkout Java Client uses: actions/checkout@v3 diff --git a/COMPATIBILITY.md b/COMPATIBILITY.md index 984fcd242f..c1b6fca51d 100644 --- a/COMPATIBILITY.md +++ b/COMPATIBILITY.md @@ -9,7 +9,7 @@ The below matrix shows the compatibility of the [`opensearch-java-client`](https | Client Version | OpenSearch Version | |----------------|--------------------| | 1.0.0 | 1.x | -| 2.x.0 | 1.3.13-2.11.0 | +| 2.x.0 | 1.3.13-2.x.x | ## Compatibility with JDK