diff --git a/CHANGELOG.md b/CHANGELOG.md index c4842632..ba8eb209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to `laravel-event-sourcing` will be documented in this file: +## 7.9.0 - 2024-10-10 + +### What's Changed + +* Use class map name when querying event class by @maartenpaauw in https://github.com/spatie/laravel-event-sourcing/pull/476 +* Register optimize commands by @erikgaal in https://github.com/spatie/laravel-event-sourcing/pull/489 + +**Full Changelog**: https://github.com/spatie/laravel-event-sourcing/compare/7.8.0...7.9.0 + ## 7.8.0 - 2024-09-20 ### What's Changed @@ -400,6 +409,7 @@ All notable changes to `laravel-event-sourcing` will be documented in this file: + ``` @@ -442,6 +452,7 @@ All notable changes to `laravel-event-sourcing` will be documented in this file: + ``` @@ -723,6 +734,7 @@ class MyProjector extends Projector + ``` @@ -778,6 +790,7 @@ public function up() + ```