Skip to content

Commit

Permalink
[Azure.Messaging.EventHubs] Prepare for release (#45061)
Browse files Browse the repository at this point in the history
* [Event Hubs] Prepare for release

* update version number to be greater than the beta

* update version
  • Loading branch information
m-redding authored Jul 18, 2024
1 parent b7af93c commit f23ba3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions sdk/eventhub/Azure.Messaging.EventHubs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Release History

## 5.12.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes
## 5.11.4 (2024-07-17)

### Bugs Fixed

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>Azure Event Hubs is a highly scalable publish-subscribe service that can ingest millions of events per second and stream them to multiple consumers. This client library allows for both publishing and consuming events using Azure Event Hubs. For more information about Event Hubs, see https://azure.microsoft.com/en-us/services/event-hubs/</Description>
<Version>5.12.0-beta.2</Version>
<Version>5.11.4</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>5.11.3</ApiCompatVersion>
<PackageTags>Azure;Event Hubs;EventHubs;.NET;AMQP;IoT;$(PackageCommonTags)</PackageTags>
Expand Down

0 comments on commit f23ba3a

Please sign in to comment.