diff --git a/CHANGELOG.md b/CHANGELOG.md index e3846681..458503ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.1 - 2026-05-21 + +### What's Changed + +* fix(route) when load the middlware we lose the route chain by @papac in https://github.com/bowphp/framework/pull/397 + +**Full Changelog**: https://github.com/bowphp/framework/compare/5.3.0...5.3.1 + ## 5.3.0 - 2026-05-21 ### What's Changed @@ -260,6 +268,7 @@ Database::transaction(fn() => $user->update(['name' => ''])); + ``` Ref: #255