Skip to content

Commit 0f40062

Browse files
authored
Merge pull request #387 from bowphp/5.x-update-changelog
Update CHANGELOG
2 parents c3f3125 + 6643e90 commit 0f40062

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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
```
219235
Ref: #255
220236

0 commit comments

Comments
 (0)