diff --git a/README.md b/README.md index ac31a489..66d7bb47 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,11 @@ Additionally, it is possible to attach one debugger to the cluster JVM and anoth ``` +## Getting Help + +If you find a bug, or have a feature request, please don't hesitate to open an issue in this repository. + +For more information, see the [project website](https://opensearch.org/) and [technical documentation](https://opensearch.org/docs/latest/search-plugins/async/index/). If you need help and are unsure where to open an issue, try the OpenSearch [Forum](https://forum.opensearch.org/). ## Security diff --git a/build.gradle b/build.gradle index 950074a6..b2850939 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { distribution = 'oss-zip' opensearch_group = "org.opensearch" isSnapshot = "true" == System.getProperty("build.snapshot", "true") - opensearch_version = System.getProperty("opensearch.version", "2.3.0-SNAPSHOT") + opensearch_version = System.getProperty("opensearch.version", "2.4.0-SNAPSHOT") opensearch_plugin_version = System.getProperty("bwc.version", "1.1.0.0") buildVersionQualifier = System.getProperty("build.version_qualifier", "") // 2.0.0-rc1-SNAPSHOT -> 2.0.0.0-rc1-SNAPSHOT diff --git a/release-notes/opensearch-asynchronous-search.release-notes-2.4.0.0.md b/release-notes/opensearch-asynchronous-search.release-notes-2.4.0.0.md new file mode 100644 index 00000000..37a71017 --- /dev/null +++ b/release-notes/opensearch-asynchronous-search.release-notes-2.4.0.0.md @@ -0,0 +1,7 @@ +## Version 2.4.0.0 2022-11-03 + +Compatible with OpenSearch 2.4.0 + +### Maintenance +* Bump version to 2.4.0 ([#181](https://github.com/opensearch-project/asynchronous-search/pull/181)) +* Add groupId = org.opensearch.plugin ([#192](https://github.com/opensearch-project/asynchronous-search/pull/192))