diff --git a/sdk/eventhub/Microsoft.Azure.EventHubs.Processor/CHANGELOG.md b/sdk/eventhub/Microsoft.Azure.EventHubs.Processor/CHANGELOG.md index 9f32a2ffdbfa..2a0fd2195e36 100644 --- a/sdk/eventhub/Microsoft.Azure.EventHubs.Processor/CHANGELOG.md +++ b/sdk/eventhub/Microsoft.Azure.EventHubs.Processor/CHANGELOG.md @@ -1,5 +1,7 @@ # Release History +## 4.3.1 (Unreleased) + ## 4.3.0 (2020-08-11) ### Breaking Changes - Built-in checkpoint store moved from WindowsAzure.Storage SDK to Microsoft.Azure.Storage SDK due to former being deprecated. (https://github.com/Azure/azure-sdk-for-net/pull/13956) diff --git a/sdk/eventhub/Microsoft.Azure.EventHubs.Processor/src/Microsoft.Azure.EventHubs.Processor.csproj b/sdk/eventhub/Microsoft.Azure.EventHubs.Processor/src/Microsoft.Azure.EventHubs.Processor.csproj index 55f5afd2ef43..a4528c493712 100644 --- a/sdk/eventhub/Microsoft.Azure.EventHubs.Processor/src/Microsoft.Azure.EventHubs.Processor.csproj +++ b/sdk/eventhub/Microsoft.Azure.EventHubs.Processor/src/Microsoft.Azure.EventHubs.Processor.csproj @@ -1,7 +1,7 @@  This is the legacy Azure Event Hubs .NET Standard Event Processor Host library. To view releases for the current generation of the Azure client libraries for .NET, please see: https://aka.ms/azsdk/releases. For more information about Event Hubs, see https://azure.microsoft.com/en-us/services/event-hubs/ - 4.3.0 + 4.3.1 Azure;Event Hubs;EventHubs;.NET;AMQP;IoT;Event Processor Host https://github.com/Azure/azure-sdk-for-net/releases $(OutputPath)$(TargetFramework)\Microsoft.Azure.EventHubs.Processor.xml diff --git a/sdk/eventhub/Microsoft.Azure.EventHubs/CHANGELOG.md b/sdk/eventhub/Microsoft.Azure.EventHubs/CHANGELOG.md index 48da1192cd18..b983f3e9f1b1 100644 --- a/sdk/eventhub/Microsoft.Azure.EventHubs/CHANGELOG.md +++ b/sdk/eventhub/Microsoft.Azure.EventHubs/CHANGELOG.md @@ -1,5 +1,7 @@ # Release History +## 4.3.1 (Unreleased) + ## 4.3.0 (2020-08-11) ### Breaking Changes None diff --git a/sdk/eventhub/Microsoft.Azure.EventHubs/src/Microsoft.Azure.EventHubs.csproj b/sdk/eventhub/Microsoft.Azure.EventHubs/src/Microsoft.Azure.EventHubs.csproj index e26db556c6fc..ed9bd0ab69b7 100644 --- a/sdk/eventhub/Microsoft.Azure.EventHubs/src/Microsoft.Azure.EventHubs.csproj +++ b/sdk/eventhub/Microsoft.Azure.EventHubs/src/Microsoft.Azure.EventHubs.csproj @@ -1,7 +1,7 @@ This is the legacy Azure Event Hubs .NET Standard client library. To view releases for the current generation of the Azure client libraries for .NET, please see: https://aka.ms/azsdk/releases. For more information about Event Hubs, see https://azure.microsoft.com/en-us/services/event-hubs/ - 4.3.0 + 4.3.1 Azure;Event Hubs;EventHubs;.NET;AMQP;IoT https://github.com/Azure/azure-sdk-for-net/releases $(OutputPath)$(TargetFramework)\Microsoft.Azure.EventHubs.xml