We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a1fd8e + f4bce3a commit 05dd636Copy full SHA for 05dd636
2 files changed
CHANGELOG.md
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-## TBD
+## 2.10.2 (2023-07-12)
5
6
### Bug Fixes
7
src/Bugsnag/Configuration.php
@@ -18,7 +18,7 @@ class Bugsnag_Configuration
18
public $proxySettings = array();
19
public $notifier = array(
20
'name' => 'Bugsnag PHP (Official)',
21
- 'version' => '2.10.1',
+ 'version' => '2.10.2',
22
'url' => 'https://bugsnag.com',
23
);
24
public $sendEnvironment = false;
0 commit comments