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

Commit 67b5598

Browse files
Update 1.10.1.0 release notes for version 1.10.1.1 (#253)
1 parent 2cffe33 commit 67b5598

3 files changed

+11
-8
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ allprojects {
5050
group = "com.amazon.opendistroforelasticsearch"
5151
// Increment the final digit when there's a new plugin versions for the same opendistro version
5252
// Reset the final digit to 0 when upgrading to a new opendistro version
53-
version = "${opendistroVersion}.0"
53+
version = "${opendistroVersion}.1"
5454

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

release-notes/opendistro-for-elasticsearch-alerting.release-notes-1.10.1.0.md

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 2020-09-08, Version 1.10.1.1
2+
3+
Compatible with Elasticsearch 7.9.1
4+
5+
### Enhancements
6+
* Fix- IllegalStateException warn messages, Location header in destination response, Handle null in GetMonitorRequest ([#252](https://github.com/opendistro-for-elasticsearch/alerting/pull/252))
7+
8+
### Maintenance
9+
* Adds support for Elasticsearch 7.9.1 ([#251](https://github.com/opendistro-for-elasticsearch/alerting/pull/251))
10+

0 commit comments

Comments
 (0)