From 07acda5f1f8e1a9a9058b06f352341e7b038faed Mon Sep 17 00:00:00 2001 From: Tural Farhadov Date: Mon, 5 Oct 2020 16:27:53 -0700 Subject: [PATCH 1/5] Add change log description for admin package --- .../azure-communication-administration/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk/communication/azure-communication-administration/CHANGELOG.md b/sdk/communication/azure-communication-administration/CHANGELOG.md index 40fe7b67ed8..c215d43f400 100644 --- a/sdk/communication/azure-communication-administration/CHANGELOG.md +++ b/sdk/communication/azure-communication-administration/CHANGELOG.md @@ -1,6 +1,7 @@ # Release History -## 1.0.0b2 (Unreleased) +## 1.0.0b2 (2020-10-06) +- Added support for phone number administration. ## 1.0.0b1 (2020-09-22) - Preview release of the package \ No newline at end of file From 2354a44a08dddf52359cbf642b500cc797168284 Mon Sep 17 00:00:00 2001 From: Tural Farhadov Date: Mon, 5 Oct 2020 16:29:26 -0700 Subject: [PATCH 2/5] Add change log description for chat package --- sdk/communication/azure-communication-chat/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk/communication/azure-communication-chat/CHANGELOG.md b/sdk/communication/azure-communication-chat/CHANGELOG.md index 8aa0698e55c..477ab8412bb 100644 --- a/sdk/communication/azure-communication-chat/CHANGELOG.md +++ b/sdk/communication/azure-communication-chat/CHANGELOG.md @@ -1,6 +1,7 @@ # Release History -## 1.0.0b2 (Unreleased) +## 1.0.0b2 (2020-10-06) +- Updated `azure-communication-chat` version ## 1.0.0b1 (2020-09-22) - Add ChatClient and ChatThreadClient From a60d24545388745948d01ed8f7bf6d61a4c8aac9 Mon Sep 17 00:00:00 2001 From: Tural Farhadov Date: Mon, 5 Oct 2020 16:30:21 -0700 Subject: [PATCH 3/5] Add change log description for sms package --- sdk/communication/azure-communication-sms/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk/communication/azure-communication-sms/CHANGELOG.md b/sdk/communication/azure-communication-sms/CHANGELOG.md index 8fb2d78c4e5..03fc908b8e7 100644 --- a/sdk/communication/azure-communication-sms/CHANGELOG.md +++ b/sdk/communication/azure-communication-sms/CHANGELOG.md @@ -1,6 +1,7 @@ # Release History -## 1.0.0b2 (Unreleased) +## 1.0.0b2 (2020-10-06) +- Updated `azure-communication-sms` version ## 1.0.0b1 (2020-09-22) - Preview release of the package From 3db91ce21b1389f39c580e65f4f3a6820a06dc25 Mon Sep 17 00:00:00 2001 From: Tural Farhadov Date: Mon, 5 Oct 2020 16:31:34 -0700 Subject: [PATCH 4/5] Bump version for mgmt package --- sdk/communication/azure-mgmt-communication/CHANGELOG.md | 3 +++ .../azure/mgmt/communication/_version.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sdk/communication/azure-mgmt-communication/CHANGELOG.md b/sdk/communication/azure-mgmt-communication/CHANGELOG.md index e32ddf6fd21..502c5394f85 100644 --- a/sdk/communication/azure-mgmt-communication/CHANGELOG.md +++ b/sdk/communication/azure-mgmt-communication/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 1.0.0b3 (2020-10-06) +- Updated `azure-mgmt-communication` version + ## 1.0.0b2 (2020-09-22) This version uses a next-generation code generator that introduces important breaking changes, but also important new features (like unified authentication and async programming). diff --git a/sdk/communication/azure-mgmt-communication/azure/mgmt/communication/_version.py b/sdk/communication/azure-mgmt-communication/azure/mgmt/communication/_version.py index dfa6ee022f1..20971492f12 100644 --- a/sdk/communication/azure-mgmt-communication/azure/mgmt/communication/_version.py +++ b/sdk/communication/azure-mgmt-communication/azure/mgmt/communication/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "1.0.0b2" +VERSION = "1.0.0b3" From fc2d72bb9db09595b75c7be6c370c7a684aab580 Mon Sep 17 00:00:00 2001 From: Tural Farhadov Date: Mon, 5 Oct 2020 17:03:22 -0700 Subject: [PATCH 5/5] Add full stop to the changelog entries --- .../azure-communication-administration/CHANGELOG.md | 2 +- sdk/communication/azure-communication-chat/CHANGELOG.md | 4 ++-- sdk/communication/azure-communication-sms/CHANGELOG.md | 4 ++-- sdk/communication/azure-mgmt-communication/CHANGELOG.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sdk/communication/azure-communication-administration/CHANGELOG.md b/sdk/communication/azure-communication-administration/CHANGELOG.md index c215d43f400..65eba83c03f 100644 --- a/sdk/communication/azure-communication-administration/CHANGELOG.md +++ b/sdk/communication/azure-communication-administration/CHANGELOG.md @@ -4,4 +4,4 @@ - Added support for phone number administration. ## 1.0.0b1 (2020-09-22) -- Preview release of the package \ No newline at end of file +- Preview release of the package. \ No newline at end of file diff --git a/sdk/communication/azure-communication-chat/CHANGELOG.md b/sdk/communication/azure-communication-chat/CHANGELOG.md index 477ab8412bb..8d631c89b59 100644 --- a/sdk/communication/azure-communication-chat/CHANGELOG.md +++ b/sdk/communication/azure-communication-chat/CHANGELOG.md @@ -1,7 +1,7 @@ # Release History ## 1.0.0b2 (2020-10-06) -- Updated `azure-communication-chat` version +- Updated `azure-communication-chat` version. ## 1.0.0b1 (2020-09-22) - - Add ChatClient and ChatThreadClient + - Add ChatClient and ChatThreadClient. diff --git a/sdk/communication/azure-communication-sms/CHANGELOG.md b/sdk/communication/azure-communication-sms/CHANGELOG.md index 03fc908b8e7..f09ad32cfb3 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.0b2 (2020-10-06) -- Updated `azure-communication-sms` version +- Updated `azure-communication-sms` version. ## 1.0.0b1 (2020-09-22) -- Preview release of the package +- Preview release of the package. diff --git a/sdk/communication/azure-mgmt-communication/CHANGELOG.md b/sdk/communication/azure-mgmt-communication/CHANGELOG.md index 502c5394f85..a62e27d9f4f 100644 --- a/sdk/communication/azure-mgmt-communication/CHANGELOG.md +++ b/sdk/communication/azure-mgmt-communication/CHANGELOG.md @@ -1,7 +1,7 @@ # Release History ## 1.0.0b3 (2020-10-06) -- Updated `azure-mgmt-communication` version +- Updated `azure-mgmt-communication` version. ## 1.0.0b2 (2020-09-22)