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 ca1b082 + 7530ca7 commit e1e7a95Copy full SHA for e1e7a95
1 file changed
CHANGELOG.md
@@ -5,6 +5,15 @@ 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.93 - 2026-04-05
9
+
10
+### What's Changed
11
12
+* Fix query builder by @papac in https://github.com/bowphp/framework/pull/377
13
+* Update CHANGELOG by @papac in https://github.com/bowphp/framework/pull/378
14
15
+**Full Changelog**: https://github.com/bowphp/framework/compare/5.2.92...5.2.93
16
17
## 5.2.92 - 2026-04-04
18
19
### What's Changed
@@ -184,6 +193,7 @@ Database::transaction(fn() => $user->update(['name' => '']));
184
193
185
194
186
195
196
187
197
```
188
198
Ref: #255
189
199
0 commit comments