From 7097c4e3e50bbdb9b407e266fd7a23723dec337a Mon Sep 17 00:00:00 2001 From: Renan Lordello de Aguiar Date: Wed, 30 Mar 2022 14:54:54 -0300 Subject: [PATCH 1/2] [phone numbers sdk] Release 1.1.0b2 --- .../azure-communication-phonenumbers/CHANGELOG.md | 8 ++------ .../azure/communication/phonenumbers/_version.py | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/sdk/communication/azure-communication-phonenumbers/CHANGELOG.md b/sdk/communication/azure-communication-phonenumbers/CHANGELOG.md index 38da69cfd6e0..09c4c4710a3b 100644 --- a/sdk/communication/azure-communication-phonenumbers/CHANGELOG.md +++ b/sdk/communication/azure-communication-phonenumbers/CHANGELOG.md @@ -1,16 +1,12 @@ # Release History -## 1.2.0 (Unreleased) +## 1.1.0b2 (2022-03-30) ### Features Added - Adds environment variable `AZURE_USERAGENT_OVERRIDE`, that overrides the header `x-ms-useragent` on the tests -### Breaking Changes - -### Bugs Fixed - ### Other Changes -Python 2.7 is no longer supported. Please use Python version 3.6 or later. +- Python 2.7 is no longer supported. Please use Python version 3.6 or later. ## 1.1.0b1 (2022-01-24) 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 633b51122804..62db382362d2 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.2.0" +VERSION = "1.1.0b2" SDK_MONIKER = "communication-phonenumbers/{}".format(VERSION) # type: str From 2f436dfd9fb31b9148252bcde4b1a905dbc87c34 Mon Sep 17 00:00:00 2001 From: Renan Lordello de Aguiar Date: Tue, 12 Apr 2022 18:05:21 -0300 Subject: [PATCH 2/2] [phone numbers sdk] Updates CHANGELOG to only include relevant info about the latest release --- .../azure-communication-phonenumbers/CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/sdk/communication/azure-communication-phonenumbers/CHANGELOG.md b/sdk/communication/azure-communication-phonenumbers/CHANGELOG.md index 09c4c4710a3b..72298df0fa70 100644 --- a/sdk/communication/azure-communication-phonenumbers/CHANGELOG.md +++ b/sdk/communication/azure-communication-phonenumbers/CHANGELOG.md @@ -2,9 +2,6 @@ ## 1.1.0b2 (2022-03-30) -### Features Added -- Adds environment variable `AZURE_USERAGENT_OVERRIDE`, that overrides the header `x-ms-useragent` on the tests - ### Other Changes - Python 2.7 is no longer supported. Please use Python version 3.6 or later.