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

Commit aca99cf

Browse files
authored
Bumping version to 1.13.2.0 (#427)
1 parent a669d4c commit aca99cf

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

build.gradle

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

123123
group = "com.amazon.opendistroforelasticsearch"
124-
version = "${opendistroVersion}.1"
124+
version = "${opendistroVersion}.0"
125125

126126
dependencies {
127127
compileOnly "org.elasticsearch:elasticsearch:${es_version}"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# permissions and limitations under the License.
1414
#
1515

16-
version = 1.13.1
16+
version = 1.13.2
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Version 1.13.2.0 2021-03-30
2+
3+
Compatible with Elasticsearch 7.10.2
4+
5+
### Bug fixes
6+
* Correcting rollup rewriting logic in field caps filter for cross cluster search and introducing a setting to prevent the rewrite if not desired ([#422](https://github.com/opendistro-for-elasticsearch/index-management/pull/422))
7+

0 commit comments

Comments
 (0)