From a38df17a5fbe342ba2bbc9fbbd5efed4999ed853 Mon Sep 17 00:00:00 2001 From: driesvints Date: Tue, 20 Aug 2024 15:28:37 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 170dba413..ca1e53043 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Release Notes -## [Unreleased](https://github.com/laravel/octane/compare/v2.5.3...2.x) +## [Unreleased](https://github.com/laravel/octane/compare/v2.5.4...2.x) + +## [v2.5.4](https://github.com/laravel/octane/compare/v2.5.3...v2.5.4) - 2024-08-09 + +* Do not perform deletion operations during traversal by [@hughcube](https://github.com/hughcube) in https://github.com/laravel/octane/pull/941 ## [v2.5.3](https://github.com/laravel/octane/compare/v2.5.2...v2.5.3) - 2024-08-05