Skip to content

Commit f133820

Browse files
author
Romain Neutron
committed
Merge branch 'sdk-2.5.0' into 'main'
Bump PHP SDK to 2.5.0 See merge request platformsh/observability/blackfire/blackfire.io!33977
2 parents d937115 + d018b78 commit f133820

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.5.0 (2024-05-03)
5+
6+
- Deprecate the "samples" option
7+
48
* v2.4.1 (2024-04-29)
59

610
- Fix deprecation message formatting

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.1';
30+
const VERSION = '2.5.0';
3131

3232
private $config;
3333
private $collabTokens;

0 commit comments

Comments
 (0)