Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane committed Dec 23, 2024
2 parents ab69a61 + 9fec0f7 commit 5a7aaf6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# 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)


### 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)


Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"PSR-7",
"JSONx"
],
"version":"3.3.15",
"version": "3.4.1",
"license": "MIT",
"require": {
"php": ">=7.0",
Expand Down

0 comments on commit 5a7aaf6

Please sign in to comment.