diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ed8a6ef..b8b07549 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.6 - 2026-02-27 + +### What's Changed + +* Fix domain definition by @papac in https://github.com/bowphp/framework/pull/363 +* Update CHANGELOG by @papac in https://github.com/bowphp/framework/pull/364 + +**Full Changelog**: https://github.com/bowphp/framework/compare/5.2.5...5.2.6 + ## 5.2.5 - 2026-02-27 ### What's Changed @@ -123,6 +132,7 @@ This method aims to execute an SQL transaction around a passed arrow function. Database::transaction(fn() => $user->update(['name' => ''])); + ``` Ref: #255