From c8ca2170807e302e19b06562cee57eac493b90b7 Mon Sep 17 00:00:00 2001 From: Sebastien Armand Date: Thu, 1 Jun 2023 16:29:00 -0700 Subject: [PATCH] update changelog --- CHANGELOG-13x.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG-13x.md b/CHANGELOG-13x.md index 88da7e2f..64e448ce 100644 --- a/CHANGELOG-13x.md +++ b/CHANGELOG-13x.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. ## [unreleased](https://github.com/vyuldashev/laravel-queue-rabbitmq/compare/v13.3.0...master) +## [13.3.1](https://github.com/vyuldashev/laravel-queue-rabbitmq/compare/v13.3.0...13.3.3) +- Fix a bug when no job / message is available on the queue initially [#543](https://github.com/vyuldashev/laravel-queue-rabbitmq/pull/543) + ## [13.3.0](https://github.com/vyuldashev/laravel-queue-rabbitmq/compare/v13.2.0...13.3.0) - Refactor the creation of RabbitMQ Connection and