From 0c4ffe68595303eb16ac866cc76f90eca4caa7d8 Mon Sep 17 00:00:00 2001 From: Jesse Squire Date: Mon, 11 Sep 2023 10:42:14 -0400 Subject: [PATCH] [Event Hubs] September 2023 Release Prep The focus of these changes is to prepare the core Event Hubs library for the September 2023 release. --- sdk/eventhub/Azure.Messaging.EventHubs/CHANGELOG.md | 6 +----- .../src/Azure.Messaging.EventHubs.csproj | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/sdk/eventhub/Azure.Messaging.EventHubs/CHANGELOG.md b/sdk/eventhub/Azure.Messaging.EventHubs/CHANGELOG.md index d48cb0b73bc1..0fb1efe2eb5f 100755 --- a/sdk/eventhub/Azure.Messaging.EventHubs/CHANGELOG.md +++ b/sdk/eventhub/Azure.Messaging.EventHubs/CHANGELOG.md @@ -1,10 +1,6 @@ # Release History -## 5.10.0-beta.1 (Unreleased) - -### Features Added - -### Breaking Changes +## 5.9.3 (2023-09-12) ### Bugs Fixed 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 f3933b68fb05..14d18b5d936e 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.10.0-beta.1 + 5.9.3 5.9.2 Azure;Event Hubs;EventHubs;.NET;AMQP;IoT;$(PackageCommonTags)