From 720e197a5d73cf351700f9c3ea8252b14ea28ea8 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Mon, 3 Feb 2025 10:54:58 +1100 Subject: [PATCH] version 2.0.2 --- CHANGELOG.md | 11 +++++++++++ composer.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87e0175..89708b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 2.0.2 - 2025-02-03 + +### Added +- Add CA to Zoho domains. +- Add `consume/tokens/refresh` console command. + +### Fixed +- Fix backward compatibility check for custom clients and proxy field setting support. +- Fix status indicators. +- Fix deleting a client not working from the editing client interface. + ## 2.0.1 - 2024-07-21 ### Changed diff --git a/composer.json b/composer.json index bdda4b7..c2e39e5 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": "2.0.1", + "version": "2.0.2", "keywords": [ "craft", "cms",