From b5228f9e9ea647e949a441186029c1dd3f83eb55 Mon Sep 17 00:00:00 2001 From: driesvints Date: Tue, 2 Jul 2024 18:08:07 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d7896bdf..1931f9f4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Release Notes -## [Unreleased](https://github.com/laravel/octane/compare/v2.5.0...2.x) +## [Unreleased](https://github.com/laravel/octane/compare/v2.5.1...2.x) + +## [v2.5.1](https://github.com/laravel/octane/compare/v2.5.0...v2.5.1) - 2024-07-01 + +* [2.x] Swoole `$verbosity` must be of type int, null given. by [@xiCO2k](https://github.com/xiCO2k) in https://github.com/laravel/octane/pull/920 ## [v2.5.0](https://github.com/laravel/octane/compare/v2.4.0...v2.5.0) - 2024-06-24