From 49e5657bc681bc623af28ebd1a3338a62e7e73f1 Mon Sep 17 00:00:00 2001 From: sebastiandedeyne Date: Tue, 5 Sep 2023 04:55:18 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 460cf8c7..f8360463 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.3.8 - 2023-09-05 + +### What's Changed + +- Added an extra rejection to prevent events being passed to invalid handlers by @27pchrisl in https://github.com/spatie/laravel-event-sourcing/pull/438 + +**Full Changelog**: https://github.com/spatie/laravel-event-sourcing/compare/7.3.7...7.3.8 + ## 7.3.7 - 2023-08-24 ### What's Changed @@ -257,6 +265,7 @@ All notable changes to `laravel-event-sourcing` will be documented in this file: + ``` ## 6.0.0 - 2021-??-?? @@ -287,6 +296,7 @@ All notable changes to `laravel-event-sourcing` will be documented in this file: + ``` ## 5.0.8 - 2021-11-17 @@ -555,6 +565,7 @@ class MyProjector extends Projector + ``` Note that `__invoke` in projectors and reactors works the same way, it's automatically registered based on the type hinted event. @@ -598,6 +609,7 @@ public function up() + ``` **Note**: if you run this migration, all aggregate roots using `$allowConcurrency` will not work any more.