From aeb68918416c43da87235f675dd731a581d5d25a Mon Sep 17 00:00:00 2001 From: Baspa Date: Fri, 3 Jan 2025 10:46:22 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bf28c0..a1ef456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ All notable changes to `filament-mails` will be documented in this file. +## v2.0.0 - 2025-01-03 + +### Breaking changes + +* Let user decide where to put the routes to let them protect their routes + +### What's Changed + +* Install latest version instead of dev-main by @Baspa in https://github.com/vormkracht10/filament-mails/pull/5 +* Use Model from Config for Resource by @iAmKevinMcKee in https://github.com/vormkracht10/filament-mails/pull/7 +* [Fix] PHPStan issues by @Baspa in https://github.com/vormkracht10/filament-mails/pull/6 +* [Fix] Let user specify (tenant aware) routes by @Baspa in https://github.com/vormkracht10/filament-mails/pull/9 +* [Fix] Logging and downloading attachments by @Baspa in https://github.com/vormkracht10/filament-mails/pull/9 + +### New Contributors + +* @Baspa made their first contribution in https://github.com/vormkracht10/filament-mails/pull/5 +* @iAmKevinMcKee made their first contribution in https://github.com/vormkracht10/filament-mails/pull/7 + +**Full Changelog**: https://github.com/vormkracht10/filament-mails/compare/v1.0.1...v2.0.0 + ## Bugfix - 2024-11-28 - Removed obsolete console command