diff --git a/build.gradle b/build.gradle index 95ce83c0..7c6b2d99 100644 --- a/build.gradle +++ b/build.gradle @@ -49,7 +49,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}.0" + version = "${opendistroVersion}.1" apply from: "$rootDir/build-tools/repositories.gradle" diff --git a/opendistro-elasticsearch-alerting.release-notes.md b/opendistro-elasticsearch-alerting.release-notes.md index 49eaef00..0549f3a5 100644 --- a/opendistro-elasticsearch-alerting.release-notes.md +++ b/opendistro-elasticsearch-alerting.release-notes.md @@ -1,10 +1,15 @@ -## Version 1.1.0 (Current) +## Version 1.1.0.1 (Current) + +### Bug fixes + * Execute monitor upon indexing and backported update to execute API to preserve thread context from v1.2.0.1 [PR #93](https://github.com/opendistro-for-elasticsearch/alerting/pull/93) + +## 2019-07-25, Version 1.1.0.0 ### New Features * Adds support for Elasticsearch 7.1.1 - [PR #74](https://github.com/opendistro-for-elasticsearch/alerting/pull/74) * Return stack trace for errors in Groovy/Painless script in UI when creating a trigger - [PR #72](https://github.com/opendistro-for-elasticsearch/alerting/pull/72) -## 2019-06-25, Version 1.0.0 +## 2019-06-25, Version 1.0.0.0 ### New Features * Adds support for Elasticsearch 7.0.1 - [PR #41](https://github.com/opendistro-for-elasticsearch/alerting/pull/41) @@ -15,7 +20,7 @@ * Allows encoding while constructing HTTP request for sending notification - [PR #35](https://github.com/opendistro-for-elasticsearch/alerting/pull/35) * Convert AlertMover/MonitorRunner to coroutines - [PR #11](https://github.com/opendistro-for-elasticsearch/alerting/pull/11) -## 2019-04-24, Version 0.9.0 +## 2019-04-24, Version 0.9.0.0 ### New Features * Adds support for Elasticsearch 6.7.1 - #19 @@ -27,7 +32,7 @@ * Fix update LastFullSweepTime if the index doesn't exist - #17 * Adds more alert properties to templateArgs for context variable - #26 -## 2019-04-02, Version 0.8.0 +## 2019-04-02, Version 0.8.0.0 ### New Features * Adds support for Elasticsearch 6.6.2 - [PR #8](https://github.com/opendistro-for-elasticsearch/alerting/pull/8) @@ -36,7 +41,7 @@ ### Bug fixes * Fixed task name in build instructions - [PR #12](https://github.com/opendistro-for-elasticsearch/alerting/pull/12) -## 2019-01-31, Version 0.7.0 +## 2019-01-31, Version 0.7.0.0 ### New Features