From a1ba92e2249b3c1a4232979defefa38bbe2b8d3c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 15:15:48 +0000 Subject: [PATCH 1/2] chore(master): release 3.4.0 --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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", From bff62a5c178221ca5be3864ba8d4d0c0ea3da6f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 03:40:24 +0000 Subject: [PATCH 2/2] chore(master): release 3.4.1 --- CHANGELOG.md | 12 ++++++++++++ composer.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5000a9f..4122d28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.4.1](https://github.com/WebFiori/http/compare/v3.4.0...v3.4.1) (2024-12-01) + + +### Bug Fixes + +* Bug on Adding Query String ([0234fdb](https://github.com/WebFiori/http/commit/0234fdb9b452255d8d180f29962eb9564c37632b)) + + +### Miscellaneous Chores + +* Added PHP 8.4 Status to README ([2bdb197](https://github.com/WebFiori/http/commit/2bdb197fed8ca579f0388e75840707aa5e553e6d)) + ## [3.4.0](https://github.com/WebFiori/http/compare/v3.3.15...v3.4.0) (2024-11-27) diff --git a/composer.json b/composer.json index 05b65c4..ba9a599 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "PSR-7", "JSONx" ], - "version": "3.4.0", + "version": "3.4.1", "license": "MIT", "require": { "php": ">=7.0",