diff --git a/CHANGELOG.md b/CHANGELOG.md index a1d3966..1e8f455 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.0.10 - 2024-04-05 + +### Added +- Add improved session-handling for authorization and callback methods, to improve failed sessions in some cases. + ## 1.0.9 - 2024-02-08 ### Added diff --git a/composer.json b/composer.json index d9bbc69..5a8b728 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.9", + "version": "1.0.10", "keywords": [ "craft", "cms", @@ -29,7 +29,7 @@ "craftcms/cms": "^4.0.0", "symfony/property-access": "^6.0", "symfony/serializer": "^6.0", - "verbb/auth": "^1.0.0", + "verbb/auth": "^1.0.22", "verbb/base": "^2.0.0" }, "autoload": {