Update CHANGELOG
Some checks failed
Compatibility Check / PHP ${{ matrix.php }} on ${{ matrix.os }} - Laravel ${{ matrix.laravel }} (10.*, ubuntu-latest, 8.3) (push) Has been cancelled
Compatibility Check / PHP ${{ matrix.php }} on ${{ matrix.os }} - Laravel ${{ matrix.laravel }} (10.*, ubuntu-latest, 8.4) (push) Has been cancelled
Compatibility Check / PHP ${{ matrix.php }} on ${{ matrix.os }} - Laravel ${{ matrix.laravel }} (11.*, ubuntu-latest, 8.3) (push) Has been cancelled
Compatibility Check / PHP ${{ matrix.php }} on ${{ matrix.os }} - Laravel ${{ matrix.laravel }} (11.*, ubuntu-latest, 8.4) (push) Has been cancelled
Compatibility Check / PHP ${{ matrix.php }} on ${{ matrix.os }} - Laravel ${{ matrix.laravel }} (9.*, ubuntu-latest, 8.3) (push) Has been cancelled
Compatibility Check / PHP ${{ matrix.php }} on ${{ matrix.os }} - Laravel ${{ matrix.laravel }} (9.*, ubuntu-latest, 8.4) (push) Has been cancelled
Check & fix styling / lint (8.4) (push) Has been cancelled
Tests / PHP ${{ matrix.php }} on ${{ matrix.os }} - Laravel ${{ matrix.laravel }} - ${{ matrix.stability }} (10.*, ubuntu-latest, 8.3, prefer-stable) (push) Has been cancelled
Tests / PHP ${{ matrix.php }} on ${{ matrix.os }} - Laravel ${{ matrix.laravel }} - ${{ matrix.stability }} (10.*, ubuntu-latest, 8.4, prefer-stable) (push) Has been cancelled
Tests / PHP ${{ matrix.php }} on ${{ matrix.os }} - Laravel ${{ matrix.laravel }} - ${{ matrix.stability }} (11.*, ubuntu-latest, 8.3, prefer-stable) (push) Has been cancelled
Tests / PHP ${{ matrix.php }} on ${{ matrix.os }} - Laravel ${{ matrix.laravel }} - ${{ matrix.stability }} (11.*, ubuntu-latest, 8.4, prefer-stable) (push) Has been cancelled
Tests / PHP ${{ matrix.php }} on ${{ matrix.os }} - Laravel ${{ matrix.laravel }} - ${{ matrix.stability }} (9.*, ubuntu-latest, 8.3, prefer-stable) (push) Has been cancelled
Tests / PHP ${{ matrix.php }} on ${{ matrix.os }} - Laravel ${{ matrix.laravel }} - ${{ matrix.stability }} (9.*, ubuntu-latest, 8.4, prefer-stable) (push) Has been cancelled

This commit is contained in:
Thavarshan 2024-12-06 05:11:47 +00:00 committed by github-actions[bot]
parent 84746a9aff
commit 0eded664de

View File

@ -1,6 +1,6 @@
# Release Notes
## [Unreleased](https://github.com/Thavarshan/fetch-php/compare/v2.0.2...HEAD)
## [Unreleased](https://github.com/Thavarshan/fetch-php/compare/v2.0.3...HEAD)
## [v2.0.1](https://github.com/Thavarshan/fetch-php/compare/v2.0.0...v2.0.1) - 2024-10-03
@ -87,6 +87,19 @@
Initial release.
## [v2.0.3](https://github.com/Thavarshan/fetch-php/compare/v2.0.2...v2.0.3) - 2024-12-06
### Added
* Support all PHP `8.x` versions
### Changed
* Updated dependencies
* Updated dev dependencies
**Full Changelog**: https://github.com/Thavarshan/fetch-php/compare/2.0.2...2.0.3
## [v2.0.2](https://github.com/Thavarshan/fetch-php/compare/v2.0.2...v2.0.2) - 2024-10-19
### Added