From fdee1fc867ca385e4e9b9808f4041ca8d526de10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Sat, 19 Aug 2023 23:35:31 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4fee0c..329336f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,17 @@ -## 7.2.0 - unreleased +## 8.0.0 - 2023-08-19 ADDED: +- Support for PSR-11 v2.0 + CHANGED: -REMOVED: +- Increased minimum PHP version requirement to 8.0 +- Increased minimum PSR-11 version requirement to v1.1 -DEPRECATED: +REMOVED: -FIXED: +- Deprecated `HttpHandlerRunnerMiddleware` ## 7.1.3 - 2020-10-22 @@ -79,7 +82,7 @@ DEPRECATED: FIXED: -- Instead of a fatal error, an exception is thrown when the `FastRouteMiddleware::$fastRoute` property is `null` +- Instead of a fatal error, an exception is thrown when the `FastRouteMiddleware::$fastRoute` property is `null` ## 6.0.1 - 2018-12-21