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

Commit

Permalink
Add supports to Elasticsearch 7.9.1 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
ftianli-amzn authored Sep 8, 2020
1 parent 9ce0e1d commit dc09dbe
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# permissions and limitations under the License.
#

version = 1.10.0
version = 1.10.1
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit dc09dbe

Please sign in to comment.