From d28741840bff4d2150e9c6fb04cc06b7e4c26932 Mon Sep 17 00:00:00 2001 From: papac Date: Tue, 7 Apr 2026 16:47:52 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49b4df56..293d2ee6 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.2.94 - 2026-04-07 + +### What's Changed + +* Update CHANGELOG by @papac in https://github.com/bowphp/framework/pull/379 +* Fix many issues by @papac in https://github.com/bowphp/framework/pull/380 + +**Full Changelog**: https://github.com/bowphp/framework/compare/5.2.93...5.2.94 + ## 5.2.93 - 2026-04-05 ### What's Changed @@ -194,6 +203,7 @@ Database::transaction(fn() => $user->update(['name' => ''])); + ``` Ref: #255