diff --git a/CHANGELOG.md b/CHANGELOG.md index a9141a3ef..aaf2c1e66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.10.1] - 2020-12-23 ### Added diff --git a/src/DotPulsar/DotPulsar.csproj b/src/DotPulsar/DotPulsar.csproj index 4db31977f..de6178e04 100644 --- a/src/DotPulsar/DotPulsar.csproj +++ b/src/DotPulsar/DotPulsar.csproj @@ -2,7 +2,7 @@ netstandard2.0;netstandard2.1;netcoreapp3.1;net5.0 - 0.10.0 + 0.10.1 $(Version) $(Version) DanskeCommodities;dblank diff --git a/src/DotPulsar/Internal/ConsumerChannel.cs b/src/DotPulsar/Internal/ConsumerChannel.cs index 02c931640..775e24060 100644 --- a/src/DotPulsar/Internal/ConsumerChannel.cs +++ b/src/DotPulsar/Internal/ConsumerChannel.cs @@ -150,7 +150,6 @@ public async ValueTask DisposeAsync() private async ValueTask SendFlow(CancellationToken cancellationToken) { - //TODO Should sending the flow command be handled on another thread and thereby not slow down the consumer? await _connection.Send(_cachedCommandFlow, cancellationToken).ConfigureAwait(false); if (_firstFlow)