Skip to content

Commit

Permalink
version 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Apr 4, 2024
1 parent 75942ad commit 87f8207
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit 87f8207

Please sign in to comment.