diff --git a/Directory.Build.props b/Directory.Build.props index d58e49953..4de86b021 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - -beta.8 + 4.4.0$(BaseVersionSuffix) 1 $(BaseVersionSuffix) diff --git a/docs/releases.md b/docs/releases.md index 909896c17..69fd0f66f 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -4,7 +4,7 @@ uid: releases # Releases -## [4.4.0-beta.7](https://github.com/BEagle1984/silverback/releases/tag/v4.4.0) +## [4.4.0](https://github.com/BEagle1984/silverback/releases/tag/v4.4.0) ### What's new @@ -15,6 +15,8 @@ uid: releases ### Fixes * Correctly set message timestamp in mocked Kafka +* Properly handle Kafka partitions revoked event when no partitions were assigned [[#214](https://github.com/BEagle1984/silverback/issues/214)] +* Respect `IgnoreUnhandledException` when batch processing [[#216](https://github.com/BEagle1984/silverback/issues/216)] ## [4.3.2](https://github.com/BEagle1984/silverback/releases/tag/v4.3.2)