diff --git a/build.gradle b/build.gradle index 9842e91..5f60be6 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ buildscript { ext { - es_version = System.getProperty("es.version", "7.9.0") + es_version = System.getProperty("es.version", "7.9.1") } repositories { diff --git a/gradle.properties b/gradle.properties index 02ae399..8bdb413 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,4 +13,4 @@ # permissions and limitations under the License. # -version = 1.10.0 +version = 1.10.1 diff --git a/release-notes/opendistro-for-elasticsearch-job-scheduler.release-notes-1.10.1.0.md b/release-notes/opendistro-for-elasticsearch-job-scheduler.release-notes-1.10.1.0.md new file mode 100644 index 0000000..2b7fb70 --- /dev/null +++ b/release-notes/opendistro-for-elasticsearch-job-scheduler.release-notes-1.10.1.0.md @@ -0,0 +1,12 @@ +## 2020-09-08 Version 1.10.1.0 + +Compatible with Elasticsearch 7.9.1 + +### Infrastructure +* Fix download and doc links in package description ([#70](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/70)) + +### Documentation +* Add workflow to generate draft release notes and reformat old release notes ([#68](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/68)) + +### Maintenance +* Add supports to Elasticsearch 7.9.1 ([#71](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/71))