From 4d6b25156930a641f167196e152c2ebc00880bef Mon Sep 17 00:00:00 2001 From: Himanshu Setia Date: Mon, 14 Sep 2020 14:15:09 -0700 Subject: [PATCH] Updates release notes for 1.10.1.1 release --- build.gradle | 2 +- ...earch-index-management.release-notes-1.10.1.1.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 release-notes/opendistro-for-elasticsearch-index-management.release-notes-1.10.1.1.md diff --git a/build.gradle b/build.gradle index 91673ae17..e8d11d0c0 100644 --- a/build.gradle +++ b/build.gradle @@ -120,7 +120,7 @@ ext { } group = "com.amazon.opendistroforelasticsearch" -version = "${opendistroVersion}.0" +version = "${opendistroVersion}.1" if (isSnapshot) { version += "-SNAPSHOT" diff --git a/release-notes/opendistro-for-elasticsearch-index-management.release-notes-1.10.1.1.md b/release-notes/opendistro-for-elasticsearch-index-management.release-notes-1.10.1.1.md new file mode 100644 index 000000000..1d7d66111 --- /dev/null +++ b/release-notes/opendistro-for-elasticsearch-index-management.release-notes-1.10.1.1.md @@ -0,0 +1,13 @@ +## Version 1.10.1.1 (2020-9-14) + +Compatible with Elasticsearch 7.9.1. + +### Features +* Adds `_refresh_search_analyzers` API to allow updating synonym list for dynamically updatable synonym analyzers ([#290](https://github.com/opendistro-for-elasticsearch/index-management/pull/290)) + +### Infrastructure +* Fixes download and doc links in gradle package ([#287](https://github.com/opendistro-for-elasticsearch/index-management/pull/287)) + +### Maintenance +* Adds support for Elasticsearch 7.9.1 ([#288](https://github.com/opendistro-for-elasticsearch/index-management/pull/288)) +* Refactors internal architecture/files to prepare for support of transforms/rollups ([#285](https://github.com/opendistro-for-elasticsearch/index-management/pull/285))