diff --git a/build.gradle b/build.gradle index 9b2f645b..3cc84c78 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}.0" + version = "${opendistroVersion}.1" apply from: "$rootDir/build-tools/repositories.gradle" diff --git a/release-notes/opendistro-for-elasticsearch-alerting.release-notes-1.11.0.0.md b/release-notes/opendistro-for-elasticsearch-alerting.release-notes-1.11.0.1.md similarity index 77% rename from release-notes/opendistro-for-elasticsearch-alerting.release-notes-1.11.0.0.md rename to release-notes/opendistro-for-elasticsearch-alerting.release-notes-1.11.0.1.md index 16a3b3e0..6621c967 100644 --- a/release-notes/opendistro-for-elasticsearch-alerting.release-notes-1.11.0.0.md +++ b/release-notes/opendistro-for-elasticsearch-alerting.release-notes-1.11.0.1.md @@ -1,4 +1,4 @@ -## 2020-10-19, Version 1.11.0.0 +## 2020-10-23, Version 1.11.0.1 ## Features * Add getDestinations and getAlerts API ([#260](https://github.com/opendistro-for-elasticsearch/alerting/pull/260)) @@ -11,14 +11,18 @@ * Add User to Alerts, add filter by back end roles ([#264](https://github.com/opendistro-for-elasticsearch/alerting/pull/264)) * Change AlertError message and remove deny-list destinations check during monitor creation ([#270](https://github.com/opendistro-for-elasticsearch/alerting/pull/270)) * Use common-utils from maven, use withContext instead runBlocking ([#273](https://github.com/opendistro-for-elasticsearch/alerting/pull/273)) + * Allow empty notification responses ([#272](https://github.com/opendistro-for-elasticsearch/alerting/pull/272)) + * Add user role filter for monitor on top of ad result ([#275](https://github.com/opendistro-for-elasticsearch/alerting/pull/275)) ### Bug fixes * Fix socket timeout exception, moved authuser to transport handler, moved User to commons ([#266](https://github.com/opendistro-for-elasticsearch/alerting/pull/266)) * Misc fixes for 1.11 release ([#274](https://github.com/opendistro-for-elasticsearch/alerting/pull/274)) + * Fix parsing User info when User is null ([#279](https://github.com/opendistro-for-elasticsearch/alerting/pull/279)) ### Infrastructure * Add tests related to Email Destination ([#258](https://github.com/opendistro-for-elasticsearch/alerting/pull/258)) - * Minor change to a unit test ([#261](https://github.com/opendistro-for-elasticsearch/alerting/pull/261)) + * Minor change to a unit test ([#261](https://github.com/opendistro-for-elasticsearch/alerting/pull/261)) + * Fix integ tests when security is not installed ([#278](https://github.com/opendistro-for-elasticsearch/alerting/pull/278)) ### Documentation * better link for documentation ([#265](https://github.com/opendistro-for-elasticsearch/alerting/pull/265))