Skip to content

Commit

Permalink
Bump PHP SDK to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
romainneutron committed Apr 9, 2024
1 parent 492add9 commit 09bf29f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
CHANGELOG
=========

* v2.4.0 (2024-04-09)

- Add Behat support for the Symfony kernel browser

* v2.3.9 (2024-03-05)

- Fix CS
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
"dev-master": "2.4-dev"
}
},
"require-dev": {
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.9';
const VERSION = '2.4.0';

private $config;
private $collabTokens;
Expand Down

0 comments on commit 09bf29f

Please sign in to comment.