diff --git a/CHANGELOG.md b/CHANGELOG.md index 09178da4..73e89e23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to `laravel-event-sourcing` will be documented in this file: +## 7.10.2 - 2024-12-20 + +### What's Changed + +* Fix Remaining Nullable Parameter Definitions by @okaufmann in https://github.com/spatie/laravel-event-sourcing/pull/495 + +### New Contributors + +* @okaufmann made their first contribution in https://github.com/spatie/laravel-event-sourcing/pull/495 + +**Full Changelog**: https://github.com/spatie/laravel-event-sourcing/compare/7.10.1...7.10.2 + ## 7.10.1 - 2024-12-09 ### What's Changed @@ -445,6 +457,7 @@ All notable changes to `laravel-event-sourcing` will be documented in this file: + ``` @@ -491,6 +504,7 @@ All notable changes to `laravel-event-sourcing` will be documented in this file: + ``` @@ -776,6 +790,7 @@ class MyProjector extends Projector + ``` @@ -835,6 +850,7 @@ public function up() + ```