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

Commit

Permalink
Bump plugin version to 1.10.1.1 and update release notes (#77)
Browse files Browse the repository at this point in the history
* Bump plugin version and update release notes
  • Loading branch information
ftianli-amzn authored Oct 8, 2020
1 parent 893daf0 commit 4920809
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ integTest.runner {

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

apply from: "$rootDir/build-tools/repositories.gradle"

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## 2020-10-08 Version 1.10.1.1

Compatible with Elasticsearch 7.9.1
### Features
* Add a method to support renewing a lock in LockService class ([#74](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/74))

### Enhancements
* Make Schedule interface Writeable ([#72](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/72))

0 comments on commit 4920809

Please sign in to comment.