Skip to content

Commit

Permalink
Bump PHP SDK to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-jean committed Aug 1, 2023
1 parent 899fa4c commit e36e33a
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 @@
Blackfire PHP-SDK Changelog
===========================

* 2.2.0 (2023-08-01)

* Add maxRetries option to `getProfile()`

* 2.1.0 (2023-06-27)

* Add build uuid to Configuration
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.1-dev"
"dev-master": "2.2-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 @@ -26,7 +26,7 @@ class Client
{
const MAX_RETRY = 60;
const NO_REFERENCE_ID = '00000000-0000-0000-0000-000000000000';
const VERSION = '2.1.0';
const VERSION = '2.2.0';

private $config;
private $collabTokens;
Expand Down

0 comments on commit e36e33a

Please sign in to comment.