We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc045d8 commit ba74343Copy full SHA for ba74343
2 files changed
CHANGELOG.md
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+## 3.5.0 (2017-04-06)
5
+
6
+### Enhancements
7
8
+* Include more deeply nested exception causes in reports
9
10
## 3.4.0 (2016-09-05)
11
12
## Enhancements
src/Configuration.php
@@ -62,7 +62,7 @@ class Configuration
62
*/
63
protected $notifier = [
64
'name' => 'Bugsnag PHP (Official)',
65
- 'version' => '3.4.0',
+ 'version' => '3.5.0',
66
'url' => 'https://bugsnag.com',
67
];
68
0 commit comments