From cd1bed041316d72b19a6d19b8de07195f95c3bee Mon Sep 17 00:00:00 2001 From: David Carr Date: Mon, 6 May 2024 15:12:48 +0100 Subject: [PATCH] Remove CHANGELOG.md and update reference in README.md --- CHANGELOG.md | 43 ------------------------------------------- README.md | 2 +- 2 files changed, 1 insertion(+), 44 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 4612207..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,43 +0,0 @@ -# Changelog - -All notable changes will be documented in this file - -## 1.0.0 - -- initial release - -## 1.0.1 - -- corrected edge case for when from is only an email address - -## 1.0.2 - -- Ability to set middleware to routes -Allow to configure route middlewares. - -## 1.0.3 - -- Added support for Laravel 8 - -## 1.0.5 - -- style improvements and search option added -- New config options added - - Set pagination per page - - Set default message - -## 1.0.6 - -- Added support for Laravel 5.5 to 8 - -## 2.0.0 - -- Added support for Laravel 9, updated to work with Symfony Mailer, is not backwards compatible. - -## 2.0.1 - -- Merged PR #7 store body emails as compressed strings - -## 2.0.2 - -- added citco/carbon to composer.json diff --git a/README.md b/README.md index 8b1549b..0ce803d 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ As soon as an email is sent it will be added to a database table and will be vie ### Changelog -Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently. +Please see [Releases](https://github.com/dcblogdev/laravel-sent-emails/releases) for more information what has changed recently. ## Contributing