Skip to content

Commit 81bae6f

Browse files
committed
Bump PHP SDK to 2.5.1
1 parent 5609de8 commit 81bae6f

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.1 (2024-05-13)
5+
6+
- Remove documentation about samples feature
7+
48
* v2.5.0 (2024-05-03)
59

610
- Deprecate the "samples" option

Diff for: src/Blackfire/Client.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Client
2727
{
2828
const MAX_RETRY = 60;
2929
const NO_REFERENCE_ID = '00000000-0000-0000-0000-000000000000';
30-
const VERSION = '2.5.0';
30+
const VERSION = '2.5.1';
3131

3232
private $config;
3333
private $collabTokens;

0 commit comments

Comments
 (0)