From 1b210acf678c02f01eab36dffb82d43d9d59ef2f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 20:06:41 +0000 Subject: [PATCH] chore(master): release 3.6.0 --- CHANGELOG.md | 17 +++++++++++++++++ composer.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5e9d7b..60debcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [3.6.0](https://github.com/WebFiori/http/compare/v3.5.1...v3.6.0) (2024-12-24) + + +### Features + +* Added Format Method to API Test Case ([621e9ed](https://github.com/WebFiori/http/commit/621e9ed07364e94b7a4ce102397ffd27ac7879a6)) + + +### Bug Fixes + +* Fix to Output File Path ([d2e2072](https://github.com/WebFiori/http/commit/d2e2072b7c6385b34614451eef883a5ae2013f8f)) + + +### Miscellaneous Chores + +* Updated .gitattributes ([594c617](https://github.com/WebFiori/http/commit/594c61781ab9413965bf210070fe2b78f84168b2)) + ## [3.5.0](https://github.com/WebFiori/http/compare/v3.4.1...v3.5.0) (2024-12-09) diff --git a/composer.json b/composer.json index 8c08e11..0ca9364 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "PSR-7", "JSONx" ], - "version": "3.5.1", + "version": "3.6.0", "license": "MIT", "require": { "php": ">=7.0",