Skip to content

Commit

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

## 2.10.0 (2017-12-14)

### Enhancements

* Added Logger notification level to configuration
[#265](https://github.com/bugsnag/bugsnag-laravel/pull/265)

## 2.9.0 (2017-10-03)

### Enhancments
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"illuminate/contracts": "^5.0",
"illuminate/support": "^5.0",
"bugsnag/bugsnag": "^3.8",
"bugsnag/bugsnag-psr-logger": "^1.2.0"
"bugsnag/bugsnag-psr-logger": "^1.3.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.9.0';
const VERSION = '2.10.0';

/**
* Boot the service provider.
Expand Down

0 comments on commit 0dbb473

Please sign in to comment.