From 40d1fcddb5ab12c1eacae8d11da93d6d6d0fc735 Mon Sep 17 00:00:00 2001 From: papac Date: Wed, 15 Jul 2026 02:28:04 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd93e1af..7095b738 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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.4.11 - 2026-07-15 + +### What's Changed + +* Update CHANGELOG by @papac in https://github.com/bowphp/framework/pull/425 +* fix(queue): add beanstalkd type error by @papac in https://github.com/bowphp/framework/pull/424 + +**Full Changelog**: https://github.com/bowphp/framework/compare/5.4.10...5.4.11 + ## 5.4.10 - 2026-06-22 ### What's Changed @@ -363,6 +372,7 @@ Database::transaction(fn() => $user->update(['name' => ''])); + ```