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

Commit

Permalink
Update to OpenDistro version 1.7.0 (#200)
Browse files Browse the repository at this point in the history
* Update to OpenDistro version 1.7.0
  • Loading branch information
ftianli-amzn authored May 5, 2020
1 parent e1e6643 commit 23403c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ apply plugin: 'jacoco'
apply from: 'build-tools/merged-coverage.gradle'

ext {
opendistroVersion = '1.6.0'
opendistroVersion = '1.7.0'
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
}

Expand Down
4 changes: 3 additions & 1 deletion opendistro-elasticsearch-alerting.release-notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Version 1.6.0.0 (Current)
## Version 1.7.0.0 (Current)

## 2020-04-03, Version 1.6.0.0

### New Features
* Adds support for Elasticsearch 7.6.1 - [PR #186](https://github.com/opendistro-for-elasticsearch/alerting/pull/186)
Expand Down

0 comments on commit 23403c2

Please sign in to comment.