diff --git a/CHANGELOG.md b/CHANGELOG.md index 02fe0b7..3e268dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.0.1](https://github.com/WebFiori/http/compare/v6.0.0...v6.0.1) (2026-06-13) + + +### Miscellaneous Chores + +* JsonX Bump-up ([10837f2](https://github.com/WebFiori/http/commit/10837f2faeaa49395d6f68385102ef9a77e5f33e)) + ## [6.0.0](https://github.com/WebFiori/http/compare/v5.0.8...v6.0.0) (2026-06-01) diff --git a/composer.json b/composer.json index 513d955..d744bf5 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "PSR-7", "JSONx" ], - "version": "6.0.0", + "version": "6.0.1", "license": "MIT", "require": { "php": ">=8.1",