From 3f638e6f8983f4b446840b1490d0f21c3c392344 Mon Sep 17 00:00:00 2001 From: Harish Toshniwal Date: Fri, 22 Nov 2019 18:49:31 +0530 Subject: [PATCH] Added input validation --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e49e812..c18df24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ All the notable changes to the Laravel Google Translate package are documented in this file: +## 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).