diff --git a/CHANGELOG.md b/CHANGELOG.md index def29c6..5000a9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.4.0](https://github.com/WebFiori/http/compare/v3.3.15...v3.4.0) (2024-11-27) + + +### Features + +* Added Ability to Mimic HTTP Request Headers ([f440e07](https://github.com/WebFiori/http/commit/f440e07d53fc08167e83550508af43029a4a8c70)) + ## [3.3.15](https://github.com/WebFiori/http/compare/v3.3.14...v3.3.15) (2024-11-20) diff --git a/composer.json b/composer.json index ee40350..05b65c4 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "PSR-7", "JSONx" ], - "version":"3.3.15", + "version": "3.4.0", "license": "MIT", "require": { "php": ">=7.0",