# Changelog

All notable changes to `laravel-mailable-test` will be documented in this file

## 2.4.0 - 2024-03-08

### What's Changed

* docs: Fix broken test badge by @oliverearl in https://github.com/spatie/laravel-mailable-test/pull/33
* Laravel 11.x Compatibility by @laravel-shift in https://github.com/spatie/laravel-mailable-test/pull/34

### New Contributors

* @oliverearl made their first contribution in https://github.com/spatie/laravel-mailable-test/pull/33

**Full Changelog**: https://github.com/spatie/laravel-mailable-test/compare/2.3.1...2.4.0

## 2.3.1 - 2023-01-25

### What's Changed

- Laravel 10.x Compatibility by @laravel-shift in https://github.com/spatie/laravel-mailable-test/pull/31

**Full Changelog**: https://github.com/spatie/laravel-mailable-test/compare/2.3.0...2.3.1

## 2.3.0 - 2022-01-13

## What's Changed

- Update readme Faker repo URL by @krsriq in https://github.com/spatie/laravel-mailable-test/pull/29
- Add PHP 8.1 Support by @patinthehat in https://github.com/spatie/laravel-mailable-test/pull/30
- Add Laravel 9 support

## New Contributors

- @krsriq made their first contribution in https://github.com/spatie/laravel-mailable-test/pull/29
- @patinthehat made their first contribution in https://github.com/spatie/laravel-mailable-test/pull/30

**Full Changelog**: https://github.com/spatie/laravel-mailable-test/compare/2.2.3...2.3.0

## 2.2.3 - 2021-01-06

- add PHP 8 support [#28](https://github.com/spatie/laravel-mailable-test/pull/28)

## 2.2.2 - 2020-12-17

- update faker dependency

## 2.2.1 - 2020-09-09

- Add Laravel 8.0 support

## 2.2.0 - 2020-03-03

- Add Laravel 7.0 support

## 2.1.0 - 2019-09-04

- Add Laravel 6.0 support

## 2.0.2 - 2018-08-28

- add support for Laravel 5.7

## 2.0.1 - 2018-02-08

- Support Laravel 5.6

## 2.0.0 - 2017-09-01

- add support for Laravel 5.5
- dropped support for older versions of Laravel
- renamed config file from `laravel-mailable-test` to `mailable-test`

## 1.1.0 - 2017-06-15

- adds a `base_namespace` configuration option

## 1.0.3 - 2017-03-23

- fixes publishing of config file

## 1.0.2 - 2017-02-04

- improve console output

## 1.0.1 - 2017-01-30

- fix naming of config file
- fix binding issues

## 1.0.0 - 2017-01-30

- initial release
