Skip to content

Commit f3b2d28

Browse files
Update CHANGELOG.md
1 parent 7b91daa commit f3b2d28

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## 5.0.0 - 2021-12-05
8+
9+
**Added**
10+
11+
- Option to switch from auto-loaded migrations to manually published. Useful for using a multi tenant Laravel app (stancl/tenancy for example).
12+
13+
**Fixed**
14+
15+
- Before, when an email was queued using `queue()` it could still be sent using the `email:send` command, thus resulting in duplicate email sends. This has been fixed by adding a `queued_at` column.
16+
717
## 4.2.0 - 2020-05-16
818

919
**Added**

0 commit comments

Comments
 (0)