From 8059d7d27f477f34dfa40e1c33ccb8339ddf2da4 Mon Sep 17 00:00:00 2001 From: papac Date: Wed, 10 Jun 2026 16:59:12 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9edea07b..8fcaba53 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.3.40 - 2026-06-10 + +### What's Changed + +* Update CHANGELOG by @papac in https://github.com/bowphp/framework/pull/413 +* feat(database): Add write/read database configuration by @papac in https://github.com/bowphp/framework/pull/414 +* chore(ci): Remove envs by @papac in https://github.com/bowphp/framework/pull/415 + +**Full Changelog**: https://github.com/bowphp/framework/compare/5.3.31...5.3.40 + ## 5.3.31 - 2026-06-07 ### What's Changed @@ -329,6 +339,7 @@ Database::transaction(fn() => $user->update(['name' => ''])); + ```