diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index d5d83fe3967a..699bfdb8bc58 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -54,7 +54,7 @@ com.azure azure-core-amqp - 1.2.0-beta.1 + 1.1.1 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 4c852817afd5..1a1278b8d22d 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -7,7 +7,7 @@ com.azure:azure-client-sdk-parent;1.7.0;1.7.0 com.azure:azure-ai-formrecognizer;1.0.0-beta.1;1.0.0-beta.2 com.azure:azure-ai-textanalytics;1.0.0-beta.4;1.0.0-beta.5 com.azure:azure-core;1.5.0;1.6.0-beta.1 -com.azure:azure-core-amqp;1.1.0;1.2.0-beta.1 +com.azure:azure-core-amqp;1.1.0;1.1.1 com.azure:azure-core-http-jdk-httpclient;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-core-http-netty;1.5.1;1.6.0-beta.1 com.azure:azure-core-http-okhttp;1.2.2;1.3.0-beta.1 diff --git a/sdk/core/azure-core-amqp/CHANGELOG.md b/sdk/core/azure-core-amqp/CHANGELOG.md index 8344eff83898..3be470179800 100644 --- a/sdk/core/azure-core-amqp/CHANGELOG.md +++ b/sdk/core/azure-core-amqp/CHANGELOG.md @@ -1,7 +1,7 @@ # Release History -## 1.2.0-beta.1 (Unreleased) - +## 1.1.1 (2020-05-07) +- Bug fix to get link size from service the first time before sending message from `ReactorSender`. ## 1.1.0 (2020-05-04) diff --git a/sdk/core/azure-core-amqp/README.md b/sdk/core/azure-core-amqp/README.md index 84f5ecec0d2f..651e0fbbf525 100644 --- a/sdk/core/azure-core-amqp/README.md +++ b/sdk/core/azure-core-amqp/README.md @@ -16,7 +16,7 @@ own AMQP client library that abstracts from the underlying transport library's i com.azure azure-core-amqp - 1.1.0 + 1.1.1 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/core/azure-core-amqp/pom.xml b/sdk/core/azure-core-amqp/pom.xml index 9781cc97670a..3d4af2f99744 100644 --- a/sdk/core/azure-core-amqp/pom.xml +++ b/sdk/core/azure-core-amqp/pom.xml @@ -14,7 +14,7 @@ com.azure azure-core-amqp - 1.2.0-beta.1 + 1.1.1 jar Microsoft Azure Java Core AMQP Library