From 7302b4a0bb8e5f33ae31e255f08e0803c8535054 Mon Sep 17 00:00:00 2001 From: papac Date: Tue, 2 Jun 2026 14:16:17 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e12b2755..39fd1109 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.3.12 - 2026-06-02 + +### What's Changed + +* fix(database): fix retrieve belongTo into loop execution by @papac in https://github.com/bowphp/framework/pull/402 +* Update CHANGELOG by @papac in https://github.com/bowphp/framework/pull/403 + +**Full Changelog**: https://github.com/bowphp/framework/compare/5.3.11...5.3.12 + ## 5.3.11 - 2026-05-28 ### What's Changed @@ -280,6 +289,7 @@ Database::transaction(fn() => $user->update(['name' => ''])); + ``` Ref: #255