diff --git a/CHANGELOG.md b/CHANGELOG.md index 53316a6..f587664 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.0.2 - 2023-04-21 + +### Fixed +- Fix CP-based generic clients not accepting .env variables for some settings. + ## 1.0.1 - 2023-04-21 ### Changed diff --git a/composer.json b/composer.json index 2f12735..6e3884e 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.1", + "version": "1.0.2", "keywords": [ "craft", "cms",