Skip to content

Commit

Permalink
Merge pull request #139 from bugsnag/release-2.0.1
Browse files Browse the repository at this point in the history
Release v2.0.1
  • Loading branch information
GrahamCampbell authored Jul 8, 2016
2 parents 6677399 + c2760ab commit ef5e859
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

## 2.0.1 (2016-07-08)

### Bug Fixes

* Lowered the minimum PHP version to 5.5.0
[Graham Campbell](https://github.com/GrahamCampbell)
[#138](https://github.com/bugsnag/bugsnag-laravel/pull/138)

## 2.0.0 (2016-07-07)

Our library has gone through some major improvements. The primary change to watch out for is we're no longer overriding your exception handler.
Expand Down
2 changes: 1 addition & 1 deletion src/BugsnagServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class BugsnagServiceProvider extends ServiceProvider
*
* @var string
*/
const VERSION = '2.0.0';
const VERSION = '2.0.1';

/**
* Boot the service provider.
Expand Down

0 comments on commit ef5e859

Please sign in to comment.