Skip to content

Commit 083113d

Browse files
Update CHANGELOG
1 parent eebf9d1 commit 083113d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

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

5+
## 7.9.1 - 2024-10-14
6+
7+
### What's Changed
8+
9+
* update command name to match class name by @PH7-Jack in https://github.com/spatie/laravel-event-sourcing/pull/490
10+
11+
### New Contributors
12+
13+
* @PH7-Jack made their first contribution in https://github.com/spatie/laravel-event-sourcing/pull/490
14+
15+
**Full Changelog**: https://github.com/spatie/laravel-event-sourcing/compare/7.9.0...7.9.1
16+
517
## 7.9.0 - 2024-10-10
618

719
### What's Changed
@@ -410,6 +422,7 @@ All notable changes to `laravel-event-sourcing` will be documented in this file:
410422

411423

412424

425+
413426

414427

415428
```
@@ -453,6 +466,7 @@ All notable changes to `laravel-event-sourcing` will be documented in this file:
453466

454467

455468

469+
456470

457471

458472
```
@@ -735,6 +749,7 @@ class MyProjector extends Projector
735749

736750

737751

752+
738753

739754

740755
```
@@ -791,6 +806,7 @@ public function up()
791806

792807

793808

809+
794810

795811

796812
```

0 commit comments

Comments
 (0)