From 0efd28a5c4609f5de1a451fcfbac1f65ae637d96 Mon Sep 17 00:00:00 2001 From: lopadova Date: Sun, 11 Sep 2016 13:45:10 +0200 Subject: [PATCH] # 1.1.3 - 2016-09-11 ### CHANGE - update padosoft/io to 1.6.0, padosoft/test 0.2.2, laravel/framework v5.3.8 and other dependencies. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf7c765..e5309dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All Notable changes to `laravel-request` will be documented in this file +## 1.1.3 - 2016-09-11 +### CHANGE +- update padosoft/io to 1.6.0, padosoft/test 0.2.2, laravel/framework v5.3.8 and other dependencies. + ## 1.1.2 - 2016-09-10 ### CHANGE - Small refactor of RequestHelper::getFileSafe to reduce Cyclomatyc Complexity.