Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusjunges committed Apr 17, 2024
1 parent 5164112 commit d1a7da2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All relevant changes to `mateusjunges/laravel-kafka` will be documented here.

## [2024-03-12 v2.0.2](https://github.com/mateusjunges/laravel-kafka/compare/v2.0.1...v2.0.2)
* Fix type error caused by wrong type on `commit` parameter by @panaiteandreisilviu on [#276](https://github.com/mateusjunges/laravel-kafka/pull/276)

## [2024-03-13 v2.0.1](https://github.com/mateusjunges/laravel-kafka/compare/v2.0.0...v2.0.1)
* Do not require to specify message topic twice by @mateusjunges in [#270](https://github.com/mateusjunges/laravel-kafka/pull/270)

## [2024-03-12 v2.0.0](https://github.com/mateusjunges/laravel-kafka/compare/v1.13.x...v2.0.0)
* Allow to queue message handlers by @mateusjunges in [#177](https://github.com/mateusjunges/laravel-kafka/pull/177)
* Add missing return types by @mateusjunges in [#189](https://github.com/mateusjunges/laravel-kafka/pull/189)
Expand Down

0 comments on commit d1a7da2

Please sign in to comment.