From 106f6a444a5af825d674f3f68c7bc2590ac11dc6 Mon Sep 17 00:00:00 2001 From: Jesse Squire Date: Mon, 12 Feb 2024 10:20:04 -0500 Subject: [PATCH] [Event Hubs] Release Prep: Feb 2024 The focus of these changes is to prepare the Event Hubs core package for the February 2024 release. --- sdk/eventhub/Azure.Messaging.EventHubs/CHANGELOG.md | 2 +- .../src/Azure.Messaging.EventHubs.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/eventhub/Azure.Messaging.EventHubs/CHANGELOG.md b/sdk/eventhub/Azure.Messaging.EventHubs/CHANGELOG.md index a7e27629db28..71e83a671330 100755 --- a/sdk/eventhub/Azure.Messaging.EventHubs/CHANGELOG.md +++ b/sdk/eventhub/Azure.Messaging.EventHubs/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 5.11.0-beta.1 (Unreleased) +## 5.11.0 (2024-02-13) ### Features Added diff --git a/sdk/eventhub/Azure.Messaging.EventHubs/src/Azure.Messaging.EventHubs.csproj b/sdk/eventhub/Azure.Messaging.EventHubs/src/Azure.Messaging.EventHubs.csproj index 0c3df82f243c..9f5b3ce6f305 100644 --- a/sdk/eventhub/Azure.Messaging.EventHubs/src/Azure.Messaging.EventHubs.csproj +++ b/sdk/eventhub/Azure.Messaging.EventHubs/src/Azure.Messaging.EventHubs.csproj @@ -1,7 +1,7 @@ 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/ - 5.11.0-beta.1 + 5.11.0 5.10.0 Azure;Event Hubs;EventHubs;.NET;AMQP;IoT;$(PackageCommonTags)