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

Commit 48ba52a

Browse files
authored
Update 1.10.1.1 release notes for version 1.10.1.2 (#257)
* Update 1.10.1.1 release notes for version 1.10.1.2 * Update version number in release note file
1 parent 4afcb2f commit 48ba52a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

build.gradle

+1-1
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}.1"
53+
version = "${opendistroVersion}.2"
5454

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

release-notes/opendistro-for-elasticsearch-alerting.release-notes-1.10.1.1.md release-notes/opendistro-for-elasticsearch-alerting.release-notes-1.10.1.2.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
## 2020-09-08, Version 1.10.1.1
1+
## 2020-09-08, Version 1.10.1.2
22

33
Compatible with Elasticsearch 7.9.1
44

5+
## Features
6+
* Adds support for Email Destination ([#244](https://github.com/opendistro-for-elasticsearch/alerting/pull/244))
7+
58
### Enhancements
69
* Fix- IllegalStateException warn messages, Location header in destination response, Handle null in GetMonitorRequest ([#252](https://github.com/opendistro-for-elasticsearch/alerting/pull/252))
710

0 commit comments

Comments
 (0)