Skip to content

Commit

Permalink
[Communication]: Updated versions for GA release (#17544)
Browse files Browse the repository at this point in the history
* Updated versions for GA release

* Added comments

* Updated release comment
  • Loading branch information
lsundaralingam authored Mar 25, 2021
1 parent 1092123 commit de030f0
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion sdk/communication/azure-communication-chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.0.0b6 (Unreleased)
## 1.0.0 (2021-03-29)
### Breaking Changes
- Renamed `ChatThread` to `ChatThreadProperties`.
- Renamed `get_chat_thread` to `get_properties`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
# license information.
# --------------------------------------------------------------------------

VERSION = "1.0.0b6"
VERSION = "1.0.0"

SDK_MONIKER = "communication-chat/{}".format(VERSION) # type: str
4 changes: 2 additions & 2 deletions sdk/communication/azure-communication-identity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Release History

## 1.0.0b6 (Unreleased)

## 1.0.0 (2021-03-29)
- Stable release of `azure-communication-identity`.

## 1.0.0b5 (2021-03-09)

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

VERSION = "1.0.0b6"
VERSION = "1.0.0"

SDK_MONIKER = "communication-identity/{}".format(VERSION) # type: str
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.0.0b5 (Unreleased)
## 1.0.0b5 (2021-03-29)

### Breaking Changes
- Renamed AcquiredPhoneNumber to PurchasedPhoneNumber
Expand Down
4 changes: 2 additions & 2 deletions sdk/communication/azure-communication-sms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Release History

## 1.0.0b7 (Unreleased)

## 1.0.0 (2021-03-29)
- Stable release of `azure-communication-sms`.

## 1.0.0b6 (2021-03-09)
### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
# license information.
# --------------------------------------------------------------------------

VERSION = "1.0.0b7"
VERSION = "1.0.0"

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

0 comments on commit de030f0

Please sign in to comment.