From 1e8752db8d59b463bd8a476620d4c902bf47a38a Mon Sep 17 00:00:00 2001 From: Jelle Siderius Date: Wed, 2 Nov 2022 08:55:00 +0100 Subject: [PATCH] Release 100.4.5.1 --- CHANGELOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18c04d0..ae03f7d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log for Hypershop's SpikePerformancePotatoCrawler module All notable changes to this module will be documented in this file. +## 100.4.5.1 [02-11-2022] +### Changed +- Removed require on potato crawler since this is not available anymore + ## 100.4.5 [31-10-2022] ### Added - Initial release diff --git a/composer.json b/composer.json index a802aa5..fbf3a3f 100755 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "hypershop/module-spike-performance-potato-crawler", - "version": "100.4.5", + "version": "100.4.5.1", "type": "magento2-module", "description": "Magento 2 module to add potato crawler functionality to the Spike Performance module", "homepage": "https://github.com/hypershopbv/Hypershop_SpikePerformancePotatoCrawler",