Skip to content

Commit

Permalink
bump PHP-SDK to version 2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-jean committed Dec 18, 2023
1 parent aa032b9 commit 8d40497
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Blackfire PHP-SDK Changelog
===========================

* 2.3.6 (2023-12-18)

* Send SDK version as part of the User Agent

* 2.3.5 (2023-11-03)

* enforce undefined step name when none is provided
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.5';
const VERSION = '2.3.6';

private $config;
private $collabTokens;
Expand Down

0 comments on commit 8d40497

Please sign in to comment.