Skip to content

Commit e4acc19

Browse files
authored
Merge pull request #389 from bowphp/5.x-update-changelog
Update CHANGELOG
2 parents 790d37c + e6c0ae8 commit e4acc19

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.98 - 2026-05-16
9+
10+
### What's Changed
11+
12+
* Fix push the right queue name by @papac in https://github.com/bowphp/framework/pull/388
13+
14+
**Full Changelog**: https://github.com/bowphp/framework/compare/5.2.97...5.2.98
15+
816
## 5.2.96 - 2026-05-12
917

1018
### What's Changed
@@ -231,6 +239,7 @@ Database::transaction(fn() => $user->update(['name' => '']));
231239

232240

233241

242+
234243
```
235244
Ref: #255
236245

0 commit comments

Comments
 (0)