Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed Apr 1, 2024
1 parent 04d72ec commit f2d1d5c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to `laravel-event-sourcing` will be documented in this file:

## 7.5.0 - 2024-04-01

### What's Changed

* Add config to enforce every event has an alias. by @thettler in https://github.com/spatie/laravel-event-sourcing/pull/461

### New Contributors

* @thettler made their first contribution in https://github.com/spatie/laravel-event-sourcing/pull/461

**Full Changelog**: https://github.com/spatie/laravel-event-sourcing/compare/7.4.2...7.5.0

## 7.4.2 - 2024-03-23

- fix AllowDynamicProperties to suppress PHP warnings on 8.2
Expand Down Expand Up @@ -322,6 +334,7 @@ All notable changes to `laravel-event-sourcing` will be documented in this file:






```
Expand Down Expand Up @@ -358,6 +371,7 @@ All notable changes to `laravel-event-sourcing` will be documented in this file:






```
Expand Down Expand Up @@ -633,6 +647,7 @@ class MyProjector extends Projector






```
Expand Down Expand Up @@ -682,6 +697,7 @@ public function up()






```
Expand Down

0 comments on commit f2d1d5c

Please sign in to comment.