diff --git a/CHANGELOG.md b/CHANGELOG.md index db4994d..5c4071d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.0.1 - 2024-07-21 + +### Changed +- Update English translations. + +### Fixed +- Fix Generic OAuth provider now parsing .env variables for Auth/Token/API URLs. + ## 2.0.0 - 2024-05-13 ### Added diff --git a/composer.json b/composer.json index b02327b..08a83fe 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.0", + "version": "2.0.1", "keywords": [ "craft", "cms",