From 09702615afacec77d223d3011970cc5e6219aa54 Mon Sep 17 00:00:00 2001 From: Mateus Junges Date: Tue, 23 Jan 2024 18:22:14 -0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fbfa73d..5cdd9d8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,15 @@ All relevant changes to `mateusjunges/laravel-kafka` will be documented here. - Add after and before consuming callbacks by @mateusjunges and @ebrahimradi in [#192](https://github.com/mateusjunges/laravel-kafka/pull/192) - Add simple events to kafka producer and consumers by @mateusjunges in [#193](https://github.com/mateusjunges/laravel-kafka/pull/193) - Append throwable/exception info when sending a message to DLQ by @mateusjunges in [#194](https://github.com/mateusjunges/laravel-kafka/pull/194) -- Add the ability to assign partitions to a consumer by @mateusjunges in [#234](https://github.com/mateusjunges/laravel-kafka/pull/234) -- Add signal handler for `SIGINT` by @mateusjunges +- Add the ability to assign partitions to a consumer by @mateusjunges in [#234](https://github.com/mateusjunges/laravel-kafka/pull/234) -## [2024-01-09 v1.13.6](https://github.com/mateusjunges/laravel-kafka/compare/v1.13.6...v1.13.7) +## [2024-01-23 v1.13.9](https://github.com/mateusjunges/laravel-kafka/compare/v1.13.8...v1.13.9) +* Install a signal handler for SIGINT (cmd/ctrl + c) by @mateusjunges + +## [2024-01-09 v1.13.8](https://github.com/mateusjunges/laravel-kafka/compare/v1.13.7...v1.13.8) +* Fix install issues when using laravel v1.13.x by @mateusjunges + +## [2024-01-09 v1.13.7](https://github.com/mateusjunges/laravel-kafka/compare/v1.13.6...v1.13.7) * Add timeout feature for consumers by @mihaileu in [#233](https://github.com/mateusjunges/laravel-kafka/pull/233) ## [2023-12-07 v1.13.6](https://github.com/mateusjunges/laravel-kafka/compare/v1.13.5...v1.13.6)