From 612544b429c01e31a8b2480eb6e08a36f946dd88 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 30 Nov 2021 16:48:12 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 259d12503..533200586 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Release Notes -## [Unreleased](https://github.com/laravel/octane/compare/v1.0.20...1.x) +## [Unreleased](https://github.com/laravel/octane/compare/v1.0.21...1.x) + + +## [v1.0.21 (2021-11-30)](https://github.com/laravel/octane/compare/v1.0.20...v1.0.21) + +### Changed +- Updates `octane:install` command when Swoole extension is missing ([#427](https://github.com/laravel/octane/pull/427)) + +### Fixed +- Fixes Octane's process output not being flushed ([#428](https://github.com/laravel/octane/pull/428)) ## [v1.0.20 (2021-11-23)](https://github.com/laravel/octane/compare/v1.0.19...v1.0.20)