diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e576215..9edea07b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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.3.31 - 2026-06-07 + +### What's Changed + +* Update CHANGELOG by @papac in https://github.com/bowphp/framework/pull/411 +* feat(database): implement query execution performance metric mesurement by @papac in https://github.com/bowphp/framework/pull/412 + +**Full Changelog**: https://github.com/bowphp/framework/compare/5.3.30...5.3.31 + ## 5.3.30 - 2026-06-07 ### What's Changed @@ -319,6 +328,7 @@ Database::transaction(fn() => $user->update(['name' => ''])); + ```