Skip to content

Commit

Permalink
chore: release v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BEagle1984 committed Dec 11, 2024
1 parent e4f18e3 commit 2ee4b07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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.3</BaseVersionSuffix>
<BaseVersionSuffix></BaseVersionSuffix>
<BaseVersion>4.6.0$(BaseVersionSuffix)</BaseVersion>
<DatabasePackagesRevision>1</DatabasePackagesRevision>
<DatabasePackagesVersionSuffix>$(BaseVersionSuffix)</DatabasePackagesVersionSuffix>
Expand Down
5 changes: 3 additions & 2 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ uid: releases

# Releases

## [4.5.2](https://github.com/BEagle1984/silverback/releases/tag/v4.6.0)
## [4.6.0](https://github.com/BEagle1984/silverback/releases/tag/v4.6.0)

### What's new

* Add `GetOffsetsForTimestamp` to `KafkaConsumer`
* Allow specifying the number of partitions per topic in the mocked Kafka

### Fixes

* Fix retry policy when batch processing all partitions together
* Further improve assembly qualified name parsing for generic types

## [4.5.1](https://github.com/BEagle1984/silverback/releases/tag/v4.5.1)

Expand Down

0 comments on commit 2ee4b07

Please sign in to comment.