diff --git a/CHANGELOG.md b/CHANGELOG.md index 73e89e23..3e99f598 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.3 - 2025-01-22 + +### What's Changed + +* feat: add eloquent stored event generic types for collection and query builder by @maartenpaauw in https://github.com/spatie/laravel-event-sourcing/pull/496 + +**Full Changelog**: https://github.com/spatie/laravel-event-sourcing/compare/7.10.2...7.10.3 + ## 7.10.2 - 2024-12-20 ### What's Changed @@ -458,6 +466,7 @@ All notable changes to `laravel-event-sourcing` will be documented in this file: + ``` @@ -505,6 +514,7 @@ All notable changes to `laravel-event-sourcing` will be documented in this file: + ``` @@ -791,6 +801,7 @@ class MyProjector extends Projector + ``` @@ -851,6 +862,7 @@ public function up() + ```