Skip to content

Commit

Permalink
updated readme and changelog for may release (#20871)
Browse files Browse the repository at this point in the history
* updated readme and changelog for may release

* user version number 1.0.1 for the hot bug fixes
  • Loading branch information
glorialimicrosoft authored May 6, 2021
1 parent 0d92d3f commit 1b9292a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions sdk/communication/Azure.Communication.Chat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## 1.1.0-beta.1 (Unreleased)

## 1.0.1 (2021-05-11)

### Added
Bug fixes:
- Changed DateTime.MinValue to DateTimeOffset.MinValue in sample code
- Fixed the bug where Message type is defaulting to text

## 1.0.0 (2021-03-29)

Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/Azure.Communication.Chat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This package contains a C# SDK for Azure Communication Services for chat.
Install the Azure Communication Chat client library for .NET with [NuGet][nuget]:

```PowerShell
dotnet add package Azure.Communication.Chat --version 1.0.0
dotnet add package Azure.Communication.Chat --version 1.0.1
```

### Prerequisites
Expand Down

0 comments on commit 1b9292a

Please sign in to comment.