From ac6f44825dd8af2a0e3c77655240fe4a73b8f5d3 Mon Sep 17 00:00:00 2001 From: Brandon Ferens Date: Fri, 18 Oct 2024 16:52:06 -0700 Subject: [PATCH] Changelog --- CHANGELOG.md | 10 ++++++++++ tests/AttachmentAssertionsTest.php | 1 - 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e88643..8ad845e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/tests/AttachmentAssertionsTest.php b/tests/AttachmentAssertionsTest.php index cd0770f..b529d29 100644 --- a/tests/AttachmentAssertionsTest.php +++ b/tests/AttachmentAssertionsTest.php @@ -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;