diff --git a/CHANGELOG.md b/CHANGELOG.md index 529fb1a..f45bdda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Release Notes for Cloudflare +## 3.0.1 - 2024-06-18 + +### Changed + +- The default number of pages fetched from the Cloudflare API is now `1`, to help avoid timeout errors ([#72](https://github.com/putyourlightson/craft-cloudflare/issues/72)). + ## 3.0.0 - 2024-04-08 ### Added diff --git a/composer.json b/composer.json index 1841ce3..bc5ca5d 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "putyourlightson/craft-cloudflare", "description": "Purge Cloudflare caches from Craft.", - "version": "3.0.0", + "version": "3.0.1", "type": "craft-plugin", "license": "mit", "require": {