From 3074dba2f7b5e1f1ca65c9990c3181d94e1c2457 Mon Sep 17 00:00:00 2001 From: papac Date: Fri, 20 Mar 2026 11:55:29 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index badab138..ded3463d 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.8 - 2026-03-20 + +### What's Changed + +* Fix belongs to by @papac in https://github.com/bowphp/framework/pull/368 +* Update CHANGELOG by @papac in https://github.com/bowphp/framework/pull/369 + +**Full Changelog**: https://github.com/bowphp/framework/compare/5.2.7...5.2.8 + ## 5.2.7 - 2026-03-08 ### What's Changed @@ -144,6 +153,7 @@ Database::transaction(fn() => $user->update(['name' => ''])); + ``` Ref: #255