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",