diff --git a/CHANGELOG.md b/CHANGELOG.md index 05b486eb..09178da4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to `laravel-event-sourcing` will be documented in this file: +## 7.10.1 - 2024-12-09 + +### What's Changed + +* Explicitly mark variable nullable by @BertvanHoekelen in https://github.com/spatie/laravel-event-sourcing/pull/494 + +**Full Changelog**: https://github.com/spatie/laravel-event-sourcing/compare/7.10.0...7.10.1 + ## 7.10.0 - 2024-12-02 ### What's Changed @@ -436,6 +444,7 @@ All notable changes to `laravel-event-sourcing` will be documented in this file: + ``` @@ -481,6 +490,7 @@ All notable changes to `laravel-event-sourcing` will be documented in this file: + ``` @@ -765,6 +775,7 @@ class MyProjector extends Projector + ``` @@ -823,6 +834,7 @@ public function up() + ```