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

Commit 23403c2

Browse files
authored
Update to OpenDistro version 1.7.0 (#200)
* Update to OpenDistro version 1.7.0
1 parent e1e6643 commit 23403c2

2 files changed

+4
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ apply plugin: 'jacoco'
4242
apply from: 'build-tools/merged-coverage.gradle'
4343

4444
ext {
45-
opendistroVersion = '1.6.0'
45+
opendistroVersion = '1.7.0'
4646
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
4747
}
4848

opendistro-elasticsearch-alerting.release-notes.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## Version 1.6.0.0 (Current)
1+
## Version 1.7.0.0 (Current)
2+
3+
## 2020-04-03, Version 1.6.0.0
24

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

0 commit comments

Comments
 (0)