From 55557b17309ea2048c848e48f3e56239e099885f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0vihl=C3=ADk?= Date: Mon, 28 Feb 2022 12:37:39 +0100 Subject: [PATCH] prepare for release --- sdk/communication/communication-common/CHANGELOG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sdk/communication/communication-common/CHANGELOG.md b/sdk/communication/communication-common/CHANGELOG.md index 72f70504ae93..ca5101730b57 100644 --- a/sdk/communication/communication-common/CHANGELOG.md +++ b/sdk/communication/communication-common/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 2.0.0 (Unreleased) +## 2.0.0 (2022-03-08) ### Features Added @@ -11,10 +11,6 @@ - Migrated from using `@azure/core-http` to `@azure/core-rest-pipeline` for the handling of HTTP requests. See [Azure Core v1 vs v2](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-rest-pipeline/documentation/core2.md) for more on the difference and benefits of the move. - `createCommunicationAccessKeyCredentialPolicy` and `createCommunicationAuthPolicy` newly return `PipelinePolicy` instead of `RequestPolicyFactory`. -### Bugs Fixed - -### Other Changes - ## 1.1.0 (2021-07-22) ### Features Added