Skip to content

Commit

Permalink
Merge branch '3.7' into 3.8
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Mar 21, 2019
2 parents c6949ff + 80ae336 commit 406e648
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,18 @@

This changelog references the relevant changes (bug and security fixes) done to `orchestra/notifier`.

## 3.8.1

Released: 2019-03-22

### Changes

* Configure `Illuminate\Mail\Mailer` to use configuration set by Notifier when it's being resolved instead of only using it once Notifier being resolved.

### Fixes

* Fixed missing `from` on Mailable when using queued Mailable.

## 3.8.0

Released: 2019-03-13
Expand All @@ -10,6 +22,18 @@ Released: 2019-03-13

* Update support to Laravel Framework 5.8.

## 3.7.3

Released: 2019-03-22

### Changes

* Configure `Illuminate\Mail\Mailer` to use configuration set by Notifier when it's being resolved instead of only using it once Notifier being resolved.

### Fixes

* Fixed missing `from` on Mailable when using queued Mailable.

## 3.7.2

Released: 2019-03-08
Expand Down

0 comments on commit 406e648

Please sign in to comment.