Skip to content

Commit 69e5271

Browse files
Prepare for release (Azure#22020)
1 parent 834ddd4 commit 69e5271

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
# Release History
22

3-
## 4.4.0-beta.1 (Unreleased)
3+
## 4.4.0 (2021-06-21)
44

55
### Features Added
6-
7-
### Breaking Changes
6+
- Added public constructor and settable property for `SubscriptionValidationResponse`.
87

98
### Key Bugs Fixed
10-
11-
### Fixed
12-
9+
- Fix issue where ARM system event data could not be deserialized into their strongly typed models.
1310

1411
## 4.3.0 (2021-06-08)
1512

sdk/eventgrid/Azure.Messaging.EventGrid/src/Azure.Messaging.EventGrid.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>This library can be used to publish events to Azure Event Grid and to consume events delivered by EventGrid. It also defines the event schemas for the events published to EventGrid by various Azure services.</Description>
44
<AssemblyTitle>Microsoft Azure.Messaging.EventGrid client library</AssemblyTitle>
5-
<Version>4.4.0-beta.1</Version>
5+
<Version>4.4.0</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>4.3.0</ApiCompatVersion>
88
<PackageTags>Microsoft Azure EventGrid;Event Grid;Event Grid Publishing;</PackageTags>

0 commit comments

Comments
 (0)