From 52831a833af9cdff482a102b062dcadae43be1c8 Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Date: Tue, 7 Nov 2023 03:02:03 -0800 Subject: [PATCH] Azure Messaging EventHubs November Release (#5101) * Azure Messaging EventHubs November Release --------- Co-authored-by: Anton Kolesnyk --- sdk/eventhubs/azure-messaging-eventhubs/CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sdk/eventhubs/azure-messaging-eventhubs/CHANGELOG.md b/sdk/eventhubs/azure-messaging-eventhubs/CHANGELOG.md index b3305c41d..973373b9b 100644 --- a/sdk/eventhubs/azure-messaging-eventhubs/CHANGELOG.md +++ b/sdk/eventhubs/azure-messaging-eventhubs/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.0.0-beta.4 (Unreleased) +## 1.0.0-beta.4 (2023-11-07) ### Features Added @@ -14,8 +14,6 @@ - If the connection string provided to `ConsumerClient` or `ProducerClient` contains an EntityPath, then the `EntityPath` parameter to the constructor must match the value provided in the connection string. -### Bugs Fixed - ### Other Changes - Several `ostream` insertion operators were added for eventhubs types.