diff --git a/CHANGELOG.md b/CHANGELOG.md index 57f6be992..230b052e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Changelog -## vNext +## v1.6.0 - Added new preview packages, `Microsoft.DurableTask.Client.AzureManaged` and `Microsoft.DurableTask.Worker.AzureManaged` +- Move to Central Package Management ([#373](https://github.com/microsoft/durabletask-dotnet/pull/373)) ### Microsoft.DurableTask.Client @@ -13,6 +14,10 @@ - Add new `IDurableTaskWorkerBuilder AddDurableTaskWorker(IServiceCollection, string?)` API - Add support for work item history streaming +### Microsoft.DurableTask.Worker.Grpc + +- Provide entity support for direct grpc connections to DTS ([#369](https://github.com/microsoft/durabletask-dotnet/pull/369)) + ### Microsoft.DurableTask.Grpc - Replace submodule for proto files with download script for easier maintenance diff --git a/eng/targets/Release.props b/eng/targets/Release.props index 080917d84..a4b7c1d71 100644 --- a/eng/targets/Release.props +++ b/eng/targets/Release.props @@ -17,7 +17,7 @@ - 1.5.0 + 1.6.0