Skip to content

Commit ea3d490

Browse files
committed
Bumped version to 5.0.5, updated changelog.
1 parent 25f4ff2 commit ea3d490

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
5.0.5 (unreleased)
1+
5.0.5
22

33
- added support for toolbar in the vanilla integration (idea by reeslo, thanks!)
44
- added support for client metrics in the vanilla integration
55
- improved PSR-7 support in the vanilla integration
6-
- fixed crash collecting Slack and Nexmo notifications (reported by abalozz, thanks!)
76
- fixed toolbar might not work when not collecting database models
7+
- fixed crash collecting Slack and Nexmo notifications (reported by abalozz, thanks!)
8+
- fixed timeline api usage not being updated in the Slim integration leading to crash (reported by jiaojie1989, implemented by seanhamlin, thanks!)
9+
- fixed api path being interpreted as regex in the vanilla integration (implemented by pqr, thanks!)
10+
- fixed Symfony storage not being updated for latest storage api (implemented by auchanhub, thanks!)
811

912
5.0.4
1013

Clockwork/Clockwork.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
class Clockwork
1616
{
1717
// Clockwork library version
18-
const VERSION = '5.0.4';
18+
const VERSION = '5.0.5';
1919

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

0 commit comments

Comments
 (0)