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

Commit 24382de

Browse files
authored
Update release notes for 1.12.0.1 (#354)
* Update version and release notes * Create separate release notes for 1.12.0.1 * Revert title for 1.12.0.0 release notes
1 parent 5b40097 commit 24382de

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
@@ -130,7 +130,7 @@ ext {
130130
}
131131

132132
group = "com.amazon.opendistroforelasticsearch"
133-
version = "${opendistroVersion}.0"
133+
version = "${opendistroVersion}.1"
134134

135135
if (isSnapshot) {
136136
version += "-SNAPSHOT"

release-notes/opendistro-for-elasticsearch-index-management.release-notes-1.12.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ Compatible with Elasticsearch 7.10.0
1919

2020
### Bug fixes
2121

22-
* Correctly handles remote transport exceptions in rollover ([#325](https://github.com/opendistro-for-elasticsearch/index-management/pull/325))
22+
* Correctly handles remote transport exceptions in rollover ([#325](https://github.com/opendistro-for-elasticsearch/index-management/pull/325))
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Version 1.12.0.1 2020-12-09
2+
3+
Compatible with Elasticsearch 7.10.0
4+
5+
### Bug fixes
6+
7+
* Accept request parameters in RestGetRollupAction and fix flakey tests ([#353](https://github.com/opendistro-for-elasticsearch/index-management/pull/353))

0 commit comments

Comments
 (0)