From d2fe577c99d981bb1ab31266fad62d412347d762 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 21:50:40 +0000 Subject: [PATCH] chore(main): release 5.0.1 --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f854450..21a62021 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.0.1](https://github.com/WebFiori/http/compare/v5.0.0...v5.0.1) (2026-01-13) + + +### Bug Fixes + +* Auto-Discover Null Path ([e5fe330](https://github.com/WebFiori/http/commit/e5fe330a990198604617e161f0db3d3fb2f96e70)) + ## [5.0.0](https://github.com/WebFiori/http/compare/v4.0.0...v5.0.0) (2025-12-30) diff --git a/composer.json b/composer.json index e702ad1c..de3aa366 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "PSR-7", "JSONx" ], - "version": "5.0.0", + "version": "5.0.1", "license": "MIT", "require": { "php": ">=7.0",