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

Commit

Permalink
Update 1.10.1.1 release notes for version 1.10.1.2 (#257)
Browse files Browse the repository at this point in the history
* Update 1.10.1.1 release notes for version 1.10.1.2

* Update version number in release note file
  • Loading branch information
qreshi authored Sep 23, 2020
1 parent 4afcb2f commit 48ba52a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
Original file line number Diff line number Diff line change
@@ -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))

Expand Down

0 comments on commit 48ba52a

Please sign in to comment.