# Release Notes

## [Unreleased](https://github.com/laravel/helpers/compare/v1.5.0...master)


## [v1.5.0 (2022-01-12)](https://github.com/laravel/helpers/compare/v1.4.1...v1.5.0)

### Changed
- Laravel 9 support ([#24](https://github.com/laravel/helpers/pull/24))


## [v1.4.1 (2021-02-16)](https://github.com/laravel/helpers/compare/v1.4.0...v1.4.1)

### Fixed
- Use func_get_args to pass array_prepend call through to Arr::prepend ([#21](https://github.com/laravel/helpers/pull/21))


## [v1.4.0 (2020-11-03)](https://github.com/laravel/helpers/compare/v1.3.0...v1.4.0)

### Added
- PHP 8 Support ([#20](https://github.com/laravel/helpers/pull/20))


## [v1.3.0 (2020-08-25)](https://github.com/laravel/helpers/compare/v1.2.0...v1.3.0)

### Added
- Laravel 8 support ([c3ec946](https://github.com/laravel/helpers/commit/c3ec9462c5ae033d81b95a35873b8d3a5970104e))


## [v1.2.0 (2020-03-03)](https://github.com/laravel/helpers/compare/v1.1.1...v1.2.0)

### Added
- Laravel 7 support ([c2cb905](https://github.com/laravel/helpers/commit/c2cb90540059def7d460ecf81f888339b62c574c))


## [v1.1.1 (2019-07-30)](https://github.com/laravel/helpers/compare/v1.1.0...v1.1.1)

### Changed
- Removed old 5.9 versions ([4c80f77](4c80f77392841110b9a6703ecfbae63710aa0081))


## [v1.1.0 (2019-07-29)](https://github.com/laravel/helpers/compare/v1.0.1...v1.1.0)

### Changed
- Update version constraints for Laravel 6.0 ([60296b9](https://github.com/laravel/helpers/commit/60296b92778c6d44c4f5c4007eca2c8a2e0f5281))


## [v1.0.1 (2019-04-18)](https://github.com/laravel/helpers/compare/v1.0.0...v1.0.1)

### Added
- Add support for upcoming Laravel release ([7f47ef4](https://github.com/laravel/helpers/commit/7f47ef43aaa76335d74e604fd2fc57a0e6f5a59f))


## v1.0.0 (2019-02-15)

Initial release.
