All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v4.0.0 - 2023-09-11
- Added support for Laravel 10.
- Added support for PHP 8.2.
- Removed support for Laravel 8.
- Removed support for Laravel 9.
- Removed support for PHP 8.0.
v3.0.0 - 2023-02-10
- Add support for Laravel 9.
- Add support for PHP 8.1.
- Swap build provider from Travis CI to Circle CI.
- Drop support for PHP 7.4.
- Drop support for Laravel 7.
- Remove
orchestra/testbench
from development dependencies.
v2.0.1 - 2022-02-10
v2.0.0 - 2022-02-10
v2.0.0-BETA1 - 2022-02-10
v2.0 - 2022-02-10
v1.0.6 - 2022-01-12
v1.0.5 - 2020-03-16
- Update call to array_get helper to use the Illuminate\Support\Arr class
- Enable Laravel 7 compatability
v1.0.4 - 2019-10-17
- Enable Laravel 6.0 compatability
v1.0.3 - 2019-02-11
- Enable package discovery for laravel 5.5+
v1.0.2 - 2019-01-16
- Add compatability with Laravel Lumen (make named route configurable)
v1.0.1 - 2017-08-30
- Fix config retrieval of
prometheus.storage_adapters
v1.0.0 - 2017-07-27
- Initial release