Skip to content

Commit

Permalink
Release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kattrali committed Apr 6, 2017
1 parent 2c56944 commit e8aee99
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

## 2.5.0 (2017-04-06)

### Enhancements

* Include more deeply nested exception causes in reports

### Bug Fixes

* Improve phar support by falling back to relative paths when needed
[Graham Campbell](https://github.com/GrahamCampbell)
[#223](https://github.com/bugsnag/bugsnag-laravel/pull/223)

## 2.4.0 (2016-09-08)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion src/BugsnagServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class BugsnagServiceProvider extends ServiceProvider
*
* @var string
*/
const VERSION = '2.4.0';
const VERSION = '2.5.0';

/**
* Boot the service provider.
Expand Down

0 comments on commit e8aee99

Please sign in to comment.