Skip to content

Commit

Permalink
v2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Dec 21, 2017
1 parent 21a48f1 commit 2a4fe33
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 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.11.1 (2017-12-21)

### Fixes

* Bumped version of Bugsnag-Psr-Logger v1.4.0 due to released fix

## 2.11.0 (2017-12-21)

### Enhancements
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.10",
"bugsnag/bugsnag-psr-logger": "^1.3.0"
"bugsnag/bugsnag-psr-logger": "^1.4.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.11.0';
const VERSION = '2.11.1';

/**
* Boot the service provider.
Expand Down

0 comments on commit 2a4fe33

Please sign in to comment.