Skip to content

Commit b461908

Browse files
Update CHANGELOG.md
1 parent 29ac9f2 commit b461908

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

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+
726
## 6.3.0 - 2023-12-30
827

928
**Added**

0 commit comments

Comments
 (0)