Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonferens committed Oct 18, 2024
1 parent 00fa385 commit ac6f448
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to `mail-intercept` will be documented in this file

## 0.6.0 - 2024-10-18

- Added Attachment and embedded image assertions.
- Pest architecture tests.
- Replace PHP CS Fixer with Laravel Pint.

## 0.5.0 - 2024-03-18

- Added Laravel 11 support.

## 0.4.0 - 2023-04-05

- Added Laravel 10 support. Thank you [@cstriuli](https://github.com/cstriuli).
Expand Down
1 change: 0 additions & 1 deletion tests/AttachmentAssertionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Tests;

use KirschbaumDevelopment\MailIntercept\AssertableMessage;
use PHPUnit\Framework\ExpectationFailedException;
use Symfony\Component\Mime\Email;
use Symfony\Component\Mime\Part\DataPart;
Expand Down

0 comments on commit ac6f448

Please sign in to comment.