From d3ab6fa1db430e56103acf75ea29b27f46def3cf Mon Sep 17 00:00:00 2001 From: Renan Lordello de Aguiar Date: Wed, 13 Apr 2022 13:56:16 -0300 Subject: [PATCH] [phone numbers sdk] Release 1.1.0b2 (#23749) * [phone numbers sdk] Release 1.1.0b2 * [phone numbers sdk] Updates CHANGELOG to only include relevant info about the latest release --- .../azure-communication-phonenumbers/CHANGELOG.md | 11 ++--------- .../azure/communication/phonenumbers/_version.py | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/sdk/communication/azure-communication-phonenumbers/CHANGELOG.md b/sdk/communication/azure-communication-phonenumbers/CHANGELOG.md index 38da69cfd6e0..72298df0fa70 100644 --- a/sdk/communication/azure-communication-phonenumbers/CHANGELOG.md +++ b/sdk/communication/azure-communication-phonenumbers/CHANGELOG.md @@ -1,16 +1,9 @@ # Release History -## 1.2.0 (Unreleased) - -### Features Added -- Adds environment variable `AZURE_USERAGENT_OVERRIDE`, that overrides the header `x-ms-useragent` on the tests - -### Breaking Changes - -### Bugs Fixed +## 1.1.0b2 (2022-03-30) ### 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