From d75f4b38a86a551fc61126d45b7957eca500178e Mon Sep 17 00:00:00 2001 From: Alonso Mondal Date: Tue, 5 Oct 2021 16:55:06 -0600 Subject: [PATCH] preparing release for communcation phonenumbers & sms for october 2021 --- .../azure-communication-phonenumbers/CHANGELOG.md | 3 +++ .../azure/communication/phonenumbers/_version.py | 2 +- sdk/communication/azure-communication-sms/CHANGELOG.md | 3 +++ .../azure/communication/sms/_version.py | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/sdk/communication/azure-communication-phonenumbers/CHANGELOG.md b/sdk/communication/azure-communication-phonenumbers/CHANGELOG.md index 0190aa5f8a8a..43b3a148edb3 100644 --- a/sdk/communication/azure-communication-phonenumbers/CHANGELOG.md +++ b/sdk/communication/azure-communication-phonenumbers/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 1.0.2 (2021-10-05) +- Updating dependencies + ## 1.0.1 (2021-06-08) ### Bug Fixes - Fixed async client to use async bearer token credential policy instead of sync policy. diff --git a/sdk/communication/azure-communication-phonenumbers/azure/communication/phonenumbers/_version.py b/sdk/communication/azure-communication-phonenumbers/azure/communication/phonenumbers/_version.py index 9e20b3b75b7b..ffe7bc28315c 100644 --- a/sdk/communication/azure-communication-phonenumbers/azure/communication/phonenumbers/_version.py +++ b/sdk/communication/azure-communication-phonenumbers/azure/communication/phonenumbers/_version.py @@ -4,6 +4,6 @@ # license information. # -------------------------------------------------------------------------- -VERSION = "1.0.1" +VERSION = "1.0.2" SDK_MONIKER = "communication-phonenumbers/{}".format(VERSION) # type: str diff --git a/sdk/communication/azure-communication-sms/CHANGELOG.md b/sdk/communication/azure-communication-sms/CHANGELOG.md index 556e6008eb05..efc43edf3a9f 100644 --- a/sdk/communication/azure-communication-sms/CHANGELOG.md +++ b/sdk/communication/azure-communication-sms/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 1.0.2 (2021-10-05) +- Updating dependencies + ## 1.0.1 (2021-06-08) ### Bug Fixes - Fixed async client to use async bearer token credential policy instead of sync policy. diff --git a/sdk/communication/azure-communication-sms/azure/communication/sms/_version.py b/sdk/communication/azure-communication-sms/azure/communication/sms/_version.py index 87c59b87eb3d..e73a1b30f3b5 100644 --- a/sdk/communication/azure-communication-sms/azure/communication/sms/_version.py +++ b/sdk/communication/azure-communication-sms/azure/communication/sms/_version.py @@ -4,6 +4,6 @@ # license information. # -------------------------------------------------------------------------- -VERSION = "1.0.1" +VERSION = "1.0.2" SDK_MONIKER = "communication-sms/{}".format(VERSION) # type: str