Skip to content

Commit a926737

Browse files
committed
Bump php-sdk to version v2.5.10
1 parent e98bcdc commit a926737

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
CHANGELOG
22
=========
33

4+
* v2.5.10 (2025-11-21)
5+
6+
- Internal releasing changes
7+
48
* v2.5.9 (2025-10-15)
59

610
- Prevent committing debug code

src/Blackfire/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Client
2828
{
2929
const MAX_RETRY = 60;
3030
const NO_REFERENCE_ID = '00000000-0000-0000-0000-000000000000';
31-
const VERSION = '2.5.9';
31+
const VERSION = '2.5.10';
3232

3333
private $config;
3434
private $collabTokens;

0 commit comments

Comments
 (0)