From de6e59b2af012f454339f3b8f1094c8d81a2ff3d Mon Sep 17 00:00:00 2001 From: nunomaduro Date: Thu, 21 Dec 2023 18:34:46 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e92a15d6..4519bf9f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Release Notes -## [Unreleased](https://github.com/laravel/octane/compare/v2.2.3...2.x) +## [Unreleased](https://github.com/laravel/octane/compare/v2.2.4...2.x) + +## [v2.2.4](https://github.com/laravel/octane/compare/v2.2.3...v2.2.4) - 2023-12-21 + +* Fix typo by [@sy-records](https://github.com/sy-records) in https://github.com/laravel/octane/pull/782 +* Improves installation process by [@nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/octane/pull/785 +* Fix Caddyfile when env var values contain spaces by [@francislavoie](https://github.com/francislavoie) in https://github.com/laravel/octane/pull/786 +* Uses Octane's max execution time by [@nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/octane/pull/787 ## [v2.2.3](https://github.com/laravel/octane/compare/v2.2.2...v2.2.3) - 2023-12-20