We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 790d37c + e6c0ae8 commit e4acc19Copy full SHA for e4acc19
1 file changed
CHANGELOG.md
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
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
16
## 5.2.96 - 2026-05-12
17
18
### What's Changed
@@ -231,6 +239,7 @@ Database::transaction(fn() => $user->update(['name' => '']));
231
239
232
240
233
241
242
234
243
```
235
244
Ref: #255
236
245
0 commit comments