From 4ed82ec109bd37d7ce57aaf0161b58d2774ccf01 Mon Sep 17 00:00:00 2001 From: Basil Date: Thu, 12 Nov 2020 09:01:22 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3a3009..29b29ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md). +## 1.1.2 (12. November 2020) + ++ Decrase the CURL Request Timeout. A Site will now timeout after 5 seconds when before trying to crawl. + ## 1.1.1 (21. October 2020) + [#5](https://github.com/nadar/crawler/pull/5) Fix a bug with not done function `isValid` to check whether an url is a mailto link or similar. @@ -13,4 +17,4 @@ In order to read more about upgrading and BC breaks have a look at the [UPGRADE ## 1.0.0 (25. September 2020) -- First stable release. \ No newline at end of file +- First stable release.