Skip to content

Commit

Permalink
Bumped version to 5.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsgoingd committed Nov 17, 2024
1 parent 145b357 commit 11ac18b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
5.3 (wip)
5.3

- added support for collecting HTTP requests, with seamless Laravel and generic Guzzle implementation
- added generic PSR-compatible middleware to the Vanilla integration (partially implemented by UlrichEckhardt, 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.0-beta.1';
const VERSION = '5.3.0';

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

0 comments on commit 11ac18b

Please sign in to comment.