From 48ba52a5bdfd294b85df6a6e24a7dd06761519d9 Mon Sep 17 00:00:00 2001 From: Mohammad Qureshi <47198598+qreshi@users.noreply.github.com> Date: Wed, 23 Sep 2020 16:44:56 -0700 Subject: [PATCH] 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 --- build.gradle | 2 +- ...tro-for-elasticsearch-alerting.release-notes-1.10.1.2.md} | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) rename release-notes/{opendistro-for-elasticsearch-alerting.release-notes-1.10.1.1.md => opendistro-for-elasticsearch-alerting.release-notes-1.10.1.2.md} (70%) diff --git a/build.gradle b/build.gradle index 3cc84c78..9d1b0c1d 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ allprojects { group = "com.amazon.opendistroforelasticsearch" // Increment the final digit when there's a new plugin versions for the same opendistro version // Reset the final digit to 0 when upgrading to a new opendistro version - version = "${opendistroVersion}.1" + version = "${opendistroVersion}.2" apply from: "$rootDir/build-tools/repositories.gradle" diff --git a/release-notes/opendistro-for-elasticsearch-alerting.release-notes-1.10.1.1.md b/release-notes/opendistro-for-elasticsearch-alerting.release-notes-1.10.1.2.md similarity index 70% rename from release-notes/opendistro-for-elasticsearch-alerting.release-notes-1.10.1.1.md rename to release-notes/opendistro-for-elasticsearch-alerting.release-notes-1.10.1.2.md index d2dae1e2..5f0a446e 100644 --- a/release-notes/opendistro-for-elasticsearch-alerting.release-notes-1.10.1.1.md +++ b/release-notes/opendistro-for-elasticsearch-alerting.release-notes-1.10.1.2.md @@ -1,7 +1,10 @@ -## 2020-09-08, Version 1.10.1.1 +## 2020-09-08, Version 1.10.1.2 Compatible with Elasticsearch 7.9.1 +## Features + * Adds support for Email Destination ([#244](https://github.com/opendistro-for-elasticsearch/alerting/pull/244)) + ### Enhancements * Fix- IllegalStateException warn messages, Location header in destination response, Handle null in GetMonitorRequest ([#252](https://github.com/opendistro-for-elasticsearch/alerting/pull/252))