diff --git a/CHANGELOG.md b/CHANGELOG.md index 32a5cf3..53316a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.0.1 - 2023-04-21 + +### Changed +- Change caching behaviour to only cache `GET` requests. + +### Fixed +- Fix CP-based clients not having their cache cleared when updated. +- Fix Redirect URI not working correctly for multi-sites. + ## 1.0.0 - 2023-02-07 ### Added diff --git a/composer.json b/composer.json index a49f072..2f12735 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/consume", "description": "Create HTTP requests in your Twig templates to consume JSON, XML or CSV content.", "type": "craft-plugin", - "version": "1.0.0", + "version": "1.0.1", "keywords": [ "craft", "cms",