# Release Notes

## [Unreleased](https://github.com/laravel/pail/compare/v1.2.2...main)

## [v1.2.2](https://github.com/laravel/pail/compare/v1.2.1...v1.2.2) - 2025-01-28

* Supports Laravel 12 by [@crynobone](https://github.com/crynobone) in https://github.com/laravel/pail/pull/49

## [v1.2.1](https://github.com/laravel/pail/compare/v1.2.0...v1.2.1) - 2024-10-23

* Use `testbench-core` instead of `testbench` by [@crynobone](https://github.com/crynobone) in https://github.com/laravel/pail/pull/46

## [v1.2.0](https://github.com/laravel/pail/compare/v1.1.5...v1.2.0) - 2024-10-21

* [1.x] Supports PHP 8.4 by [@crynobone](https://github.com/crynobone) in https://github.com/laravel/pail/pull/44
* [1.x] Adds `--timeout` option by [@nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/pail/pull/45

## [v1.1.5](https://github.com/laravel/pail/compare/v1.1.4...v1.1.5) - 2024-10-15

* [1.x] Test Improvements by [@crynobone](https://github.com/crynobone) in https://github.com/laravel/pail/pull/42

## [v1.1.4](https://github.com/laravel/pail/compare/v1.1.3...v1.1.4) - 2024-09-16

* Replace dead link in Security Policy by [@Jubeki](https://github.com/Jubeki) in https://github.com/laravel/pail/pull/38

## [v1.1.3](https://github.com/laravel/pail/compare/v1.1.2...v1.1.3) - 2024-05-08

* Add gitignore to ignore pail files in storage by [@ahinkle](https://github.com/ahinkle) in https://github.com/laravel/pail/pull/35

## [v1.1.2](https://github.com/laravel/pail/compare/v1.1.1...v1.1.2) - 2024-04-02

* [1.x] Make commands lazy by [@timacdonald](https://github.com/timacdonald) in https://github.com/laravel/pail/pull/32
* [1.x] Adds `Context` support by [@nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/pail/pull/34

## [v1.1.1](https://github.com/laravel/pail/compare/v1.1.0...v1.1.1) - 2024-01-26

* [1.x] Update isStale to avoid errors from filemtime by [@cyppe](https://github.com/cyppe) in https://github.com/laravel/pail/pull/30

## [v1.1.0](https://github.com/laravel/pail/compare/v1.0.1...v1.1.0) - 2024-01-15

* [1.x] Laravel v11 support by [@nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/pail/pull/28

## [v1.0.1](https://github.com/laravel/pail/compare/v1.0.0-beta.2...v1.0.1) - 2023-11-23

* [1.x] Fixes exception as string by [@nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/pail/pull/22

## [v1.0.0-beta.2](https://github.com/livewire/pail/compare/v1.0.0-beta.1...v1.0.0-beta.2) - 2023-10-19

- Fixes unescaped HTML content causing runtime exception ([#11](https://github.com/laravel/pail/pull/11))

## v1.0.0-beta.1 - 2023-10-06

First pre-release.
