From 96278e40036da15be1239d1108158f193b521ebe Mon Sep 17 00:00:00 2001 From: papac Date: Sun, 8 Mar 2026 19:03:50 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8b07549..badab138 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -133,6 +143,7 @@ Database::transaction(fn() => $user->update(['name' => ''])); + ``` Ref: #255