diff --git a/CHANGELOG.md b/CHANGELOG.md index 4122d28..a5e9d7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.5.0](https://github.com/WebFiori/http/compare/v3.4.1...v3.5.0) (2024-12-09) + + +### Features + +* Added a Method to Get Cookie Value ([6d8e970](https://github.com/WebFiori/http/commit/6d8e97036c9e5a4fecf15b35770df120ac649c00)) + + +### Bug Fixes + +* Added Missing Request Method ([9336245](https://github.com/WebFiori/http/commit/9336245cd288355b7a462378a29b7c1c9869d9fe)) + ## [3.4.1](https://github.com/WebFiori/http/compare/v3.4.0...v3.4.1) (2024-12-01) diff --git a/composer.json b/composer.json index ba9a599..1042ed5 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "PSR-7", "JSONx" ], - "version": "3.4.1", + "version": "3.5.0", "license": "MIT", "require": { "php": ">=7.0",