diff --git a/.github/workflows/integration-unreleased.yml b/.github/workflows/integration-unreleased.yml index cac3c820b..6b3183090 100644 --- a/.github/workflows/integration-unreleased.yml +++ b/.github/workflows/integration-unreleased.yml @@ -21,7 +21,7 @@ jobs: entry: - { node_version: '18.x', opensearch_ref: '1.x', jdk_version: '11' } - { node_version: '18.x', opensearch_ref: '2.x', jdk_version: '17' } - - { node_version: '18.x', opensearch_ref: 'main', jdk_version: '17' } + - { node_version: '18.x', opensearch_ref: 'main', jdk_version: '21' } steps: - name: Checkout OpenSearch uses: actions/checkout@v4 diff --git a/CHANGELOG.md b/CHANGELOG.md index ef1e808fe..bcb9f9fc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Fixed ### Security +## [3.3.0] +### Changed +- Updated API to match the OpenSearch spec from Feb 11, 2025 + ## [3.2.0] ### Changed - Updated API to match the OpenSearch spec from Jan 21, 2025 diff --git a/package.json b/package.json index 7613d8692..bf07b2c5b 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "LICENSE.txt" ], "homepage": "https://www.opensearch.org/", - "version": "3.2.0", + "version": "3.3.0", "versionCanary": "7.10.0-canary.6", "keywords": [ "opensearch",