Skip to content

Commit

Permalink
bump PHP-SDK to version 2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-jean committed Nov 3, 2023
1 parent 2750a71 commit 7055b51
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 @@
Blackfire PHP-SDK Changelog
===========================

* 2.3.5 (2023-11-03)

* enforce undefined step name when none is provided
* fix `BlackfiredHttpClient` sampling

* 2.3.4 (2023-10-30)

* Ensure profiles processing is complete before binding them to a build
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.3.4';
const VERSION = '2.3.5';

private $config;
private $collabTokens;
Expand Down

0 comments on commit 7055b51

Please sign in to comment.