Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit caf90d0

Browse files
authored
Updates release notes for 1.10.1.1 release (#295)
1 parent a095266 commit caf90d0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ ext {
120120
}
121121

122122
group = "com.amazon.opendistroforelasticsearch"
123-
version = "${opendistroVersion}.0"
123+
version = "${opendistroVersion}.1"
124124

125125
if (isSnapshot) {
126126
version += "-SNAPSHOT"
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Version 1.10.1.1 (2020-9-14)
2+
3+
Compatible with Elasticsearch 7.9.1.
4+
5+
### Features
6+
* 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))
7+
8+
### Infrastructure
9+
* Fixes download and doc links in gradle package ([#287](https://github.com/opendistro-for-elasticsearch/index-management/pull/287))
10+
11+
### Maintenance
12+
* Adds support for Elasticsearch 7.9.1 ([#288](https://github.com/opendistro-for-elasticsearch/index-management/pull/288))
13+
* Refactors internal architecture/files to prepare for support of transforms/rollups ([#285](https://github.com/opendistro-for-elasticsearch/index-management/pull/285))

0 commit comments

Comments
 (0)