Skip to content

Commit ba74343

Browse files
committed
Release 3.5.0
1 parent bc045d8 commit ba74343

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
## 3.5.0 (2017-04-06)
5+
6+
### Enhancements
7+
8+
* Include more deeply nested exception causes in reports
9+
410
## 3.4.0 (2016-09-05)
511

612
## Enhancements

src/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class Configuration
6262
*/
6363
protected $notifier = [
6464
'name' => 'Bugsnag PHP (Official)',
65-
'version' => '3.4.0',
65+
'version' => '3.5.0',
6666
'url' => 'https://bugsnag.com',
6767
];
6868

0 commit comments

Comments
 (0)