Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
# license information.
# --------------------------------------------------------------------------

VERSION = "1.2.0"
VERSION = "1.1.0b2"

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