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",