diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d45d10..5a10c3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to `ray` will be documented in this file +## 1.41.2 - 2024-04-24 + +### What's Changed + +* Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in https://github.com/spatie/ray/pull/900 +* Fixes `Typed property Symfony\Component\VarDumper\Dumper\CliDumper::$colors must not be accessed before initialization` by @crynobone in https://github.com/spatie/ray/pull/885 +* Make implicit nullable param to explicit (PHP 8.4 compatibility) by @GromNaN in https://github.com/spatie/ray/pull/903 +* Add branch-alias for version 1.x by @GromNaN in https://github.com/spatie/ray/pull/905 +* Remove trailing comma from JSON by @GromNaN in https://github.com/spatie/ray/pull/906 +* Last explicit nullable param (PHP 8.4 compatibility) by @GromNaN in https://github.com/spatie/ray/pull/908 + +### New Contributors + +* @GromNaN made their first contribution in https://github.com/spatie/ray/pull/903 + +**Full Changelog**: https://github.com/spatie/ray/compare/1.41.1...1.41.2 + ## 1.41.1 - 2024-01-25 **Full Changelog**: https://github.com/spatie/ray/compare/1.41.0...1.41.1