From 8c76b7a5298001707b5d4d4f2629512419847cbf Mon Sep 17 00:00:00 2001 From: papac Date: Sun, 7 Jun 2026 20:18:52 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbc8a34b..2e576215 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.30 - 2026-06-07 + +### What's Changed + +* Implementing the remember token by @papac in https://github.com/bowphp/framework/pull/409 +* Update CHANGELOG by @papac in https://github.com/bowphp/framework/pull/410 + +**Full Changelog**: https://github.com/bowphp/framework/compare/5.3.21...5.3.30 + ## 5.3.21 - 2026-06-04 ### What's Changed @@ -310,6 +319,7 @@ Database::transaction(fn() => $user->update(['name' => ''])); + ``` Ref: #255