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

Commit

Permalink
Bump version to 1.13.1.0 (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
skkosuri-amzn authored Feb 26, 2021
1 parent a359247 commit 9f2f2cd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
compile "com.cronutils:cron-utils:9.1.3"
compile "org.elasticsearch.client:elasticsearch-rest-client:${es_version}"
compile 'com.google.googlejavaformat:google-java-format:1.3'
compile "com.amazon.opendistroforelasticsearch:common-utils:${opendistroVersion}.0"
compile "com.amazon.opendistroforelasticsearch:common-utils:1.13.0.0"

testImplementation "org.elasticsearch.test:framework:${es_version}"
testImplementation "org.jetbrains.kotlin:kotlin-test:${kotlin_version}"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# permissions and limitations under the License.
#

version = 1.13.0
version = 1.13.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 2021-02-26, Version 1.13.1.0

Compatible with Elasticsearch 7.10.2

### Enhancements
* Support host deny list for Destinations ([#353](https://github.com/opendistro-for-elasticsearch/alerting/pull/353))

0 comments on commit 9f2f2cd

Please sign in to comment.