From 21b369e041507023d9d163c71b51a5838767fce6 Mon Sep 17 00:00:00 2001 From: papac Date: Sun, 17 May 2026 17:26:46 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00308ba5..729fb882 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 5.2.990 - 2026-05-17 + +### What's Changed + +* Fix retrieve data by queue by @papac in https://github.com/bowphp/framework/pull/390 + +**Full Changelog**: https://github.com/bowphp/framework/compare/5.2.98...5.2.990 + ## 5.2.98 - 2026-05-16 ### What's Changed @@ -240,6 +248,7 @@ Database::transaction(fn() => $user->update(['name' => ''])); + ``` Ref: #255