We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29ac9f2 commit b461908Copy full SHA for b461908
CHANGELOG.md
@@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
+## 7.0.0 - 2024-03-24
8
+
9
+**Added**
10
11
+- Laravel 10 and 11 support
12
+- Customizable job class for queueing
13
+- Index on emails table to improve performance
14
+- Added support for SQLite and PostgreSQL
15
16
+**Changed**
17
18
+- Email::compose() has changed. See UPGRADING.md
19
+- Old email table is incompatible - new table will be created
20
21
+**Removed**
22
23
+- Support for Laravel 6, 7, 8 and 9
24
+- Email encyption
25
26
## 6.3.0 - 2023-12-30
27
28
**Added**
0 commit comments