Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 5.2.7 - 2026-03-08

### What's Changed

* Add scheduler features by @papac in https://github.com/bowphp/framework/pull/365
* Update CHANGELOG by @papac in https://github.com/bowphp/framework/pull/366
* Add missing http methods by @papac in https://github.com/bowphp/framework/pull/367

**Full Changelog**: https://github.com/bowphp/framework/compare/5.2.6...5.2.7

## 5.2.6 - 2026-02-27

### What's Changed
Expand Down Expand Up @@ -133,6 +143,7 @@ Database::transaction(fn() => $user->update(['name' => '']));




```
Ref: #255

Expand Down
Loading