Skip to content

Commit dc22745

Browse files
committed
Bump PHP SDK to 2.4.1
1 parent 0aebc01 commit dc22745

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
CHANGELOG
22
=========
33

4+
* v2.4.1 (2024-04-29)
5+
6+
- Fix deprecation message formatting
7+
48
* v2.4.0 (2024-04-09)
59

610
- Add Behat support for the Symfony kernel browser

Diff for: src/Blackfire/Client.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Client
2727
{
2828
const MAX_RETRY = 60;
2929
const NO_REFERENCE_ID = '00000000-0000-0000-0000-000000000000';
30-
const VERSION = '2.4.0';
30+
const VERSION = '2.4.1';
3131

3232
private $config;
3333
private $collabTokens;

0 commit comments

Comments
 (0)