From 1da94dbcfcc7275e13b8c60f1f658685d19e3cf6 Mon Sep 17 00:00:00 2001 From: Roberto B Date: Fri, 11 Sep 2020 16:14:18 +0200 Subject: [PATCH] v0.1.20 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba6118e..f9ccf0a 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.1.20 - 2020-09-11 +### Fix +Thanks to [phpstan](https://github.com/phpstan/phpstan) : +- using $line instead of $row +- initialize correctly $show +- re throw exception for HTTP connection + + ## 0.1.19 - 2020-09-11 ### Add - Add --skip-database in order to execute all checks except database and migration status (it is useful for example if the application it doesn't need the database);