Skip to content

Commit

Permalink
Prepare for release (#22020)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLove-msft authored Jun 21, 2021
1 parent 834ddd4 commit 69e5271
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions sdk/eventgrid/Azure.Messaging.EventGrid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
# Release History

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

### Features Added

### Breaking Changes
- Added public constructor and settable property for `SubscriptionValidationResponse`.

### Key Bugs Fixed

### Fixed

- Fix issue where ARM system event data could not be deserialized into their strongly typed models.

## 4.3.0 (2021-06-08)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<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>
<AssemblyTitle>Microsoft Azure.Messaging.EventGrid client library</AssemblyTitle>
<Version>4.4.0-beta.1</Version>
<Version>4.4.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>4.3.0</ApiCompatVersion>
<PackageTags>Microsoft Azure EventGrid;Event Grid;Event Grid Publishing;</PackageTags>
Expand Down

0 comments on commit 69e5271

Please sign in to comment.