File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## 5.2.96 - 2026-05-12
9+
10+ ### What's Changed
11+
12+ * Fix migration by @papac in https://github.com/bowphp/framework/pull/384
13+
14+ ** Full Changelog** : https://github.com/bowphp/framework/compare/5.2.95...5.2.96
15+
16+ ### What's Changed
17+
18+ * Fix migration by @papac in https://github.com/bowphp/framework/pull/384
19+ * Update CHANGELOG by @papac in https://github.com/bowphp/framework/pull/385
20+
21+ ** Full Changelog** : https://github.com/bowphp/framework/compare/5.2.95...5.2.96
22+
823## 5.2.95 - 2026-05-08
924
1025### What's Changed
@@ -215,6 +230,7 @@ Database::transaction(fn() => $user->update(['name' => '']));
215230
216231
217232
233+
218234```
219235Ref: #255
220236
You can’t perform that action at this time.
0 commit comments