From 647018930d51d0ae5137b4809ec0fc230808e771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Tue, 1 Oct 2024 08:23:56 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fbc1a2..3867125 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ DEPRECATED: FIXED: +## 8.0.1 - 2024-10-01 + +FIXED: + +- [#34](https://github.com/woohoolabs/harmony/issues/34): Direct return of response by middleware seems not possible when using a condition + ## 8.0.0 - 2023-08-19 ADDED: @@ -125,7 +131,7 @@ ADDED: CHANGED: - Deprecated `DiactorosResponderMiddleware` because the default HTTP response emitters were deprecated as of Diactoros v1.8.0. -You can use `HttpHandlerRunnerMiddleware` instead. + You can use `HttpHandlerRunnerMiddleware` instead. ## 5.0.0 - 2018-02-02