# Release Notes

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

## [v1.8.0](https://github.com/laravel/helpers/compare/v1.7.2...v1.8.0) - 2025-09-01

* Prevent infinite loop on array_first, array_last, str_contains by [@rodrigopedra](https://github.com/rodrigopedra) in https://github.com/laravel/helpers/pull/37

## [v1.7.2](https://github.com/laravel/helpers/compare/v1.7.1...v1.7.2) - 2025-01-24

* Supports Laravel 12 by [@crynobone](https://github.com/crynobone) in https://github.com/laravel/helpers/pull/36

## [v1.7.1](https://github.com/laravel/helpers/compare/v1.7.0...v1.7.1) - 2024-11-26

* Use new static analysis workflow by [@Jubeki](https://github.com/Jubeki) in https://github.com/laravel/helpers/pull/32
* Replace dead link in Security Policy by [@Jubeki](https://github.com/Jubeki) in https://github.com/laravel/helpers/pull/33
* Fix implicitly nullable parameters for PHP 8.4 by [@tylersatre](https://github.com/tylersatre) in https://github.com/laravel/helpers/pull/35

## [v1.7.0](https://github.com/laravel/helpers/compare/v1.5.0...v1.7.0) - 2023-11-30

* Adds L11 support by [@nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/helpers/pull/31

## [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.
