Skip to content

Commit

Permalink
chore: release v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BEagle1984 committed Nov 27, 2023
1 parent 0289308 commit 9653b3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup Label="Package information">
<BaseVersionSuffix>-beta.8</BaseVersionSuffix>
<BaseVersionSuffix></BaseVersionSuffix>
<BaseVersion>4.4.0$(BaseVersionSuffix)</BaseVersion>
<DatabasePackagesRevision>1</DatabasePackagesRevision>
<DatabasePackagesVersionSuffix>$(BaseVersionSuffix)</DatabasePackagesVersionSuffix>
Expand Down
4 changes: 3 additions & 1 deletion docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)

Expand Down

0 comments on commit 9653b3a

Please sign in to comment.