Skip to content

Commit d3ab6fa

Browse files
authored
[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
1 parent 77a1aba commit d3ab6fa

2 files changed

Lines changed: 3 additions & 10 deletions

File tree

sdk/communication/azure-communication-phonenumbers/CHANGELOG.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
# Release History
22

3-
## 1.2.0 (Unreleased)
4-
5-
### Features Added
6-
- Adds environment variable `AZURE_USERAGENT_OVERRIDE`, that overrides the header `x-ms-useragent` on the tests
7-
8-
### Breaking Changes
9-
10-
### Bugs Fixed
3+
## 1.1.0b2 (2022-03-30)
114

125
### Other Changes
13-
Python 2.7 is no longer supported. Please use Python version 3.6 or later.
6+
- Python 2.7 is no longer supported. Please use Python version 3.6 or later.
147

158
## 1.1.0b1 (2022-01-24)
169

sdk/communication/azure-communication-phonenumbers/azure/communication/phonenumbers/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "1.2.0"
7+
VERSION = "1.1.0b2"
88

99
SDK_MONIKER = "communication-phonenumbers/{}".format(VERSION) # type: str

0 commit comments

Comments
 (0)