Skip to content

Commit

Permalink
bump PHP-SDK to version 2.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-jean committed Jan 8, 2024
1 parent c3f8b77 commit fb06b24
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.7 (2024-01-08)

* Fix CS

* 2.3.6 (2023-12-18)

* Send SDK version as part of the User Agent
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.6';
const VERSION = '2.3.7';

private $config;
private $collabTokens;
Expand Down

0 comments on commit fb06b24

Please sign in to comment.