All the notable changes to the Laravel Google Translate package are documented in this file:

## 6.0.1 (10-09-2020)
- Fix https://github.com/JoggApp/laravel-google-translate/issues/13

## 6.0.0 (10-09-2020)
- Added Laravel v8.x support.
- Dropped Laravel v6.x & PHPUnit v8 support.

## v5.0.1 (30-06-2020)
- Patched the format delegation bug.
- Thank you to [Simon](https://github.com/smorris1709) for the [PR](https://github.com/JoggApp/laravel-google-translate/pull/18).

## 5.0.0 (03-03-2020)
- Added Laravel v7.x support.
- Dropped PHP v7.2 support, now PHP v7.3 is the minimum requirement.

## 4.0.1 (14-01-2020)
- Added Github Actions workflow

## v4.0.0 (07-01-2020)
- Use v2 of Google translate client
- Thank you to [Flears Network](https://github.com/RossUK88) for the [PR](https://github.com/JoggApp/laravel-google-translate/pull/12).

## v3.0.2 (22-11-2019)
- Added input validation.
- Thank you to [Ross](https://github.com/RossUK88) for the [PR](https://github.com/JoggApp/laravel-google-translate/pull/9).

## v3.0.1 (14-11-2019)
- Added the support for the format param.
- Thank you to [Ross](https://github.com/RossUK88) for the [PR](https://github.com/JoggApp/laravel-google-translate/pull/8).

## v3.0.0 (04-09-2019)
- Now supports Laravel v6.0
- Support for Laravel v5.8 will be dropped in v3.1

## v2.0.5 (27-04-2019)
- Support the 'zh-TW' locale code.
- Thank you to [Jaric](https://github.com/jaric) for sending the initial [PR](https://github.com/JoggApp/laravel-google-translate/pull/4).

## v2.0.4 (27-02-2019)
- Remove phpunit depcrications

## v2.0.3 (27-02-2019)
- update phpunit

## v2.0.2 (27-02-2019)
- update phpunit

## v2.0.1 (27-02-2019)
- patch fix

## v2.0.0 (27-02-2019)
- Now supports Laravel v5.8

## v1.0.1 (26-01-2019)
- Included the missing 'he' locale code.

## v1.0.0 (23-10-2018)
- Initial release
