Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sethsandaru committed Apr 21, 2023
1 parent 31e2710 commit 4330a04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# ChangeLog - Safe Dispatcher

## v1.1.0
- Supports Laravel 10

## v1.0.0

- Initial Release
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shipsaas/safe-dispatcher",
"type": "library",
"version": "1.0.0",
"version": "1.1.0",
"description": "Ensure your Queue msg is tracked and retryable when failed to dispatch.",
"keywords": [
"laravel library",
Expand Down

0 comments on commit 4330a04

Please sign in to comment.