Skip to content

Commit 2c47670

Browse files
committed
Bump php-sdk to version v2.5.7
1 parent 4872d1a commit 2c47670

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: CHANGELOG

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

4+
* v2.5.7 (2025-01-28)
5+
6+
- Fix deprecations in return type declaration
7+
48
* v2.5.6 (2025-01-10)
59

610
- [sdk] implement ProfileNotReadyException

Diff for: 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.6';
31+
const VERSION = '2.5.7';
3232

3333
private $config;
3434
private $collabTokens;

0 commit comments

Comments
 (0)