Skip to content

Commit 838070d

Browse files
committed
Bump php-sdk to version v2.5.6
1 parent 55e1773 commit 838070d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
CHANGELOG
22
=========
33

4+
* v2.5.6 (2025-01-10)
5+
6+
- [sdk] implement ProfileNotReadyException
7+
48
* v2.5.5 (2024-12-23)
59

610
- Upgrade to PHP 8.4 to run functional tests

src/Blackfire/Client.php

+1-1
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.2';
31+
const VERSION = '2.5.6';
3232

3333
private $config;
3434
private $collabTokens;

0 commit comments

Comments
 (0)