From cd15948c75ed0e4c63337823e4bc94de80c8d108 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 11:59:10 +0000 Subject: [PATCH] chore(main): release 5.0.5 --- CHANGELOG.md | 14 ++++++++++++++ composer.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33c7777..1e5cbad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [5.0.5](https://github.com/WebFiori/http/compare/v5.0.4...v5.0.5) (2026-03-05) + + +### Bug Fixes + +* Deprecation Warning ([a37745f](https://github.com/WebFiori/http/commit/a37745f62e1bec3109542224832b8ea19db5dbc8)) + + +### Miscellaneous Chores + +* Added PHP CS Fixer ([6de946b](https://github.com/WebFiori/http/commit/6de946bff25ef2b518769f7f61a6f39ba9ce4dd0)) +* Merge pull request [#94](https://github.com/WebFiori/http/issues/94) from WebFiori/dev ([9164496](https://github.com/WebFiori/http/commit/916449626e655e196a4a4161ffa260c3a1df986c)) +* Run CS Fixer ([d2d015b](https://github.com/WebFiori/http/commit/d2d015b4a89191245d1f63f38c55d23429d53a65)) + ## [5.0.4](https://github.com/WebFiori/http/compare/v5.0.3...v5.0.4) (2026-01-14) diff --git a/composer.json b/composer.json index 0179775..4d493f0 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "PSR-7", "JSONx" ], - "version": "5.0.4", + "version": "5.0.5", "license": "MIT", "require": { "php": ">=8.1",