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

Commit

Permalink
Update release notes for 1.12.0.1 (#354)
Browse files Browse the repository at this point in the history
* Update version and release notes

* Create separate release notes for 1.12.0.1

* Revert title for 1.12.0.0 release notes
  • Loading branch information
qreshi committed Dec 10, 2020
1 parent 5b40097 commit 24382de
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ ext {
}

group = "com.amazon.opendistroforelasticsearch"
version = "${opendistroVersion}.0"
version = "${opendistroVersion}.1"

if (isSnapshot) {
version += "-SNAPSHOT"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ Compatible with Elasticsearch 7.10.0

### Bug fixes

* Correctly handles remote transport exceptions in rollover ([#325](https://github.com/opendistro-for-elasticsearch/index-management/pull/325))
* Correctly handles remote transport exceptions in rollover ([#325](https://github.com/opendistro-for-elasticsearch/index-management/pull/325))
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Version 1.12.0.1 2020-12-09

Compatible with Elasticsearch 7.10.0

### Bug fixes

* Accept request parameters in RestGetRollupAction and fix flakey tests ([#353](https://github.com/opendistro-for-elasticsearch/index-management/pull/353))

0 comments on commit 24382de

Please sign in to comment.