From 3607abbe79d7676a1789a3b605b51ec446269dce Mon Sep 17 00:00:00 2001 From: Roberto B Date: Sun, 20 Sep 2020 17:24:04 +0200 Subject: [PATCH] v0.2.0 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f1c545..f0a9760 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## 0.2.0 - WIP +## 0.2.0 - 2020-09-20 ### Add - You can watch your LaraLens report with your browser (not just with your terminal); - Makefile to manage development tasks; -- Add timeout when checking HTTP connection; +- Add a _timeout_ when checking HTTP connection; - CI/CD: Add Caching vendors in GitHub actions pipeline. ### Change