diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fcaba53..18fc20ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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.4.0 - 2026-06-15 + +### What's Changed + +* Update CHANGELOG by @papac in https://github.com/bowphp/framework/pull/416 +* refactor(console): add index to stub models by @papac in https://github.com/bowphp/framework/pull/418 +* fix(database): fix hasMany and hosOne relations by @papac in https://github.com/bowphp/framework/pull/419 +* fix(cache): fix database cache by @papac in https://github.com/bowphp/framework/pull/420 +* fix(session): fix database adaptor by @papac in https://github.com/bowphp/framework/pull/421 + +**Full Changelog**: https://github.com/bowphp/framework/compare/5.3.40...5.4.0 + ## 5.3.40 - 2026-06-10 ### What's Changed @@ -340,6 +352,7 @@ Database::transaction(fn() => $user->update(['name' => ''])); + ```