Skip to content

Commit

Permalink
Bumped version to 5.3.2, updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsgoingd committed Dec 2, 2024
1 parent 243115c commit ffd1f16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
5.3.2

- fixed crash collecting Laravel on-demand notifications with database or broadcast channels (reported by michaelthedev, thanks!)

5.3.1

- fixed storing HTTP requests in SQL and Redis storage (reported by andrew-bannister, thanks!)
Expand Down
2 changes: 1 addition & 1 deletion Clockwork/Clockwork.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
class Clockwork
{
// Clockwork library version
const VERSION = '5.3.1';
const VERSION = '5.3.2';

// Array of data sources, these objects collect metadata for the current application run
protected $dataSources = [];
Expand Down

0 comments on commit ffd1f16

Please sign in to comment.