Skip to content

Commit 27ff63b

Browse files
authored
Update CHANGELOG.md
1 parent 7ad189d commit 27ff63b

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

CHANGELOG.md

+23-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
All notable changes to `laravel-mail-export` will be documented in this file.
44

5+
## 0.2.2 - 2021-09-14
6+
7+
- Bug: issue [#7](https://github.com/Pod-Point/laravel-mail-export/issues/7) Fix filesystems config file typo
8+
- Enhancement: Add `MAIL_EXPORT` environment variable support
9+
10+
## 0.2.1 - 2021-04-01
11+
12+
- Specify proper `.eml` mime type when saving the file into storage
13+
14+
## 0.2.0 - 2021-04-01
15+
16+
- Support for PHP 8.x, Laravel 7.x and 8.x
17+
18+
## 0.1.2 - 2021-09-14
19+
20+
- Bug: issue [#7](https://github.com/Pod-Point/laravel-mail-export/issues/7) Fix filesystems config file typo
21+
- Enhancement: Add `MAIL_EXPORT` environment variable support
22+
23+
## 0.1.1 - 2021-04-01
24+
25+
- Specify proper `.eml` mime type when saving the file into storage
26+
527
## 0.1.0 - 2021-03-29
628

7-
- first release supporting PHP 7.x & Laravel 5.x and 6.x
29+
- First release supporting PHP 7.x, Laravel 5.x and 6.x

0 commit comments

Comments
 (0)