Skip to content

Commit

Permalink
[phone numbers sdk] Release 1.1.0b2 (#23749)
Browse files Browse the repository at this point in the history
* [phone numbers sdk] Release 1.1.0b2

* [phone numbers sdk] Updates CHANGELOG to only include relevant info about the latest release
  • Loading branch information
automagicaly authored Apr 13, 2022
1 parent 77a1aba commit d3ab6fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions sdk/communication/azure-communication-phonenumbers/CHANGELOG.md
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

0 comments on commit d3ab6fa

Please sign in to comment.