From de030f0a420c4c6ce0a7e9f31cac041ab9f3f4e6 Mon Sep 17 00:00:00 2001 From: Lakshman Sundaralingam Date: Thu, 25 Mar 2021 16:21:30 -0700 Subject: [PATCH] [Communication]: Updated versions for GA release (#17544) * Updated versions for GA release * Added comments * Updated release comment --- sdk/communication/azure-communication-chat/CHANGELOG.md | 2 +- .../azure/communication/chat/_version.py | 2 +- sdk/communication/azure-communication-identity/CHANGELOG.md | 4 ++-- .../azure/communication/identity/_version.py | 2 +- .../azure-communication-phonenumbers/CHANGELOG.md | 2 +- sdk/communication/azure-communication-sms/CHANGELOG.md | 4 ++-- .../azure/communication/sms/_version.py | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/sdk/communication/azure-communication-chat/CHANGELOG.md b/sdk/communication/azure-communication-chat/CHANGELOG.md index 4cecb639f150..0b0352a6b2bf 100644 --- a/sdk/communication/azure-communication-chat/CHANGELOG.md +++ b/sdk/communication/azure-communication-chat/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.0.0b6 (Unreleased) +## 1.0.0 (2021-03-29) ### Breaking Changes - Renamed `ChatThread` to `ChatThreadProperties`. - Renamed `get_chat_thread` to `get_properties`. diff --git a/sdk/communication/azure-communication-chat/azure/communication/chat/_version.py b/sdk/communication/azure-communication-chat/azure/communication/chat/_version.py index cd3ec9ac4550..73ed1a04326f 100644 --- a/sdk/communication/azure-communication-chat/azure/communication/chat/_version.py +++ b/sdk/communication/azure-communication-chat/azure/communication/chat/_version.py @@ -4,6 +4,6 @@ # license information. # -------------------------------------------------------------------------- -VERSION = "1.0.0b6" +VERSION = "1.0.0" SDK_MONIKER = "communication-chat/{}".format(VERSION) # type: str diff --git a/sdk/communication/azure-communication-identity/CHANGELOG.md b/sdk/communication/azure-communication-identity/CHANGELOG.md index bcdadc7774f9..99c51b8d8d79 100644 --- a/sdk/communication/azure-communication-identity/CHANGELOG.md +++ b/sdk/communication/azure-communication-identity/CHANGELOG.md @@ -1,7 +1,7 @@ # Release History -## 1.0.0b6 (Unreleased) - +## 1.0.0 (2021-03-29) +- Stable release of `azure-communication-identity`. ## 1.0.0b5 (2021-03-09) diff --git a/sdk/communication/azure-communication-identity/azure/communication/identity/_version.py b/sdk/communication/azure-communication-identity/azure/communication/identity/_version.py index 04b5afdf5536..762586b724da 100644 --- a/sdk/communication/azure-communication-identity/azure/communication/identity/_version.py +++ b/sdk/communication/azure-communication-identity/azure/communication/identity/_version.py @@ -4,6 +4,6 @@ # license information. # -------------------------------------------------------------------------- -VERSION = "1.0.0b6" +VERSION = "1.0.0" SDK_MONIKER = "communication-identity/{}".format(VERSION) # type: str diff --git a/sdk/communication/azure-communication-phonenumbers/CHANGELOG.md b/sdk/communication/azure-communication-phonenumbers/CHANGELOG.md index ada3aebdd5c3..35a0df2a07dc 100644 --- a/sdk/communication/azure-communication-phonenumbers/CHANGELOG.md +++ b/sdk/communication/azure-communication-phonenumbers/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.0.0b5 (Unreleased) +## 1.0.0b5 (2021-03-29) ### Breaking Changes - Renamed AcquiredPhoneNumber to PurchasedPhoneNumber diff --git a/sdk/communication/azure-communication-sms/CHANGELOG.md b/sdk/communication/azure-communication-sms/CHANGELOG.md index 49c19d566d9a..ffcd572b84bb 100644 --- a/sdk/communication/azure-communication-sms/CHANGELOG.md +++ b/sdk/communication/azure-communication-sms/CHANGELOG.md @@ -1,7 +1,7 @@ # Release History -## 1.0.0b7 (Unreleased) - +## 1.0.0 (2021-03-29) +- Stable release of `azure-communication-sms`. ## 1.0.0b6 (2021-03-09) ### Added 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 b4e1941ccf72..cc1643cce1ba 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.0b7" +VERSION = "1.0.0" SDK_MONIKER = "communication-sms/{}".format(VERSION) # type: str