From c6681720f9c4f584c741d3edde7f03bcf7d61d16 Mon Sep 17 00:00:00 2001 From: Mateus Junges Date: Mon, 14 Oct 2024 21:59:12 -0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8713ec..ccf3434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All relevant changes to `mateusjunges/laravel-kafka` will be documented here. +##[2024-10-14 v2.3.1](https://github.com/mateusjunges/laravel-kafka/compare/v2.3.0...v2.3.1) +* Convert `KAFKA_CONSUMER_DEFAULT_TIMEOUT` to an integer to avoid type error by @niuf416 in [#230](https://github.com/mateusjunges/laravel-kafka/pull/320) + ##[2024-10-06 v2.3.0](https://github.com/mateusjunges/laravel-kafka/compare/v2.2.0...v2.3.0) * Add message id key name to config by @LabbeAramis in [#315](https://github.com/mateusjunges/laravel-kafka/pull/315) * Adds in the ability to set complete body when producing messages by @sash in [#316](https://github.com/mateusjunges/laravel-kafka/pull/316)