Skip to content

Commit

Permalink
Merge branch 'sdk-2.5.2' into 'main'
Browse files Browse the repository at this point in the history
Bump PHP SDK to 2.5.2

See merge request platformsh/observability/blackfire/blackfire.io!34512
  • Loading branch information
Romain Neutron committed Jun 12, 2024
2 parents 22736e0 + 074af29 commit 207dd17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
=========

* v2.5.2 (2024-06-11)

- Add required defaultOption in BlackfiredHttpClient
- Fix HttpClient when calling a relative URL

* v2.5.1 (2024-05-13)

- Remove documentation about samples feature
Expand Down
2 changes: 1 addition & 1 deletion src/Blackfire/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Client
{
const MAX_RETRY = 60;
const NO_REFERENCE_ID = '00000000-0000-0000-0000-000000000000';
const VERSION = '2.5.1';
const VERSION = '2.5.2';

private $config;
private $collabTokens;
Expand Down

0 comments on commit 207dd17

Please sign in to comment.