From 48b4fdc87dfbe43212499c7b31ed02e360873374 Mon Sep 17 00:00:00 2001 From: freekmurze Date: Tue, 2 Jan 2024 08:32:13 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index da750e9..ada7391 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to `spatie/crawler` will be documented in this file. +## 8.1.0 - 2024-01-02 + +### What's Changed + +* feat: custom link parser by @Velka-DEV in https://github.com/spatie/crawler/pull/458 + +### New Contributors + +* @Velka-DEV made their first contribution in https://github.com/spatie/crawler/pull/458 + +**Full Changelog**: https://github.com/spatie/crawler/compare/8.0.4...8.1.0 + ## 8.0.4 - 2023-12-29 - allow Browsershot v4