Skip to content

Commit 8e83cb6

Browse files
Prepare for release (Azure#16838)
1 parent 3d3850e commit 8e83cb6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

sdk/eventgrid/Azure.Messaging.EventGrid/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Release History
2-
## 4.0.0-beta.4 (Unreleased)
2+
## 4.0.0-beta.4 (2020-11-10)
33

4+
### Fixed
5+
- Fixed bug where missing required properties on CloudEvent would cause deserialization to fail.
46

57
## 4.0.0-beta.3 (2020-10-06)
68

79
### Fixed
8-
- Fix bug where we were not parsing the Topic when parsing into EventGridEvents.
10+
- Fixed bug where we were not parsing the Topic when parsing into EventGridEvents.
911

1012
### Added
1113

sdk/eventgrid/Azure.Messaging.EventGrid/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Use the client library for Azure Event Grid to:
1616
Install the client library from [NuGet](https://www.nuget.org/):
1717

1818
```PowerShell
19-
dotnet add package Azure.Messaging.EventGrid --version 4.0.0-beta.1
19+
dotnet add package Azure.Messaging.EventGrid --version 4.0.0-beta.4
2020
```
2121

2222
### Prerequisites

0 commit comments

Comments
 (0)