Skip to content

Commit 806e6b5

Browse files
committed
Update CHANGELOG.md
1 parent 00a9bea commit 806e6b5

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,19 @@
22

33
This changelog follows [the Keep a Changelog standard](https://keepachangelog.com).
44

5-
## [Unreleased](https://github.com/EventSaucePHP/LaravelEventSauce/compare/0.1.0...master)
5+
## [Unreleased](https://github.com/EventSaucePHP/LaravelEventSauce/compare/0.2.0...master)
6+
7+
8+
## [0.2.0](https://github.com/EventSaucePHP/LaravelEventSauce/compare/0.1.0...0.2.0)
9+
10+
### Changed
11+
- Laravel 7 is now the minimum supported version
12+
- PHP 7.4 is now the minimum supported version
13+
- Aggregate root id cannot be null ([37eec03](https://github.com/EventSaucePHP/LaravelEventSauce/commit/37eec039172ce12a6875ca099d6ea0ff080a0c73))
14+
- Rename `aggregate_root_id` column to `event_stream` ([f5682b3](https://github.com/EventSaucePHP/LaravelEventSauce/commit/f5682b39b23f4857512273b81561c381c91570d8))
15+
16+
### Fixed
17+
- Protect from non-aggregate root ([89d5a7b](https://github.com/EventSaucePHP/LaravelEventSauce/commit/89d5a7b63ec46b04e7535f199bca645cc6b09352))
618

719

820
## 0.1.0 (2019-08-29)

0 commit comments

Comments
 (0)