Skip to content

Commit

Permalink
v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Oct 2, 2017
1 parent daa4024 commit 386a35e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

## 2.8.0 (2017-10-02)

### Enhancements

* Bumping dependencies to add data for handled/unhandled

## 2.7.2 (2017-09-22)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"php": ">=5.5",
"illuminate/contracts": "^5.0",
"illuminate/support": "^5.0",
"bugsnag/bugsnag": "^3.5",
"bugsnag/bugsnag-psr-logger": "^1.1.1"
"bugsnag/bugsnag": "^3.8",
"bugsnag/bugsnag-psr-logger": "^1.2.0"
},
"require-dev": {
"graham-campbell/testbench": "^3.1",
Expand Down
2 changes: 1 addition & 1 deletion src/BugsnagServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class BugsnagServiceProvider extends ServiceProvider
*
* @var string
*/
const VERSION = '2.7.2';
const VERSION = '2.8.0';

/**
* Boot the service provider.
Expand Down

0 comments on commit 386a35e

Please sign in to comment.