Skip to content

Commit

Permalink
v2.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Mar 7, 2018
1 parent 8d83d93 commit d8ceffe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

## 2.14.1 (2018-03-07)

### Fixes

* Fixed issue with incorrect Logger being returned by ServiceProvider
[#295](https://github.com/bugsnag/bugsnag-laravel/pull/295)

## 2.14.0 (2018-02-16)

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

/**
* Boot the service provider.
Expand Down

0 comments on commit d8ceffe

Please sign in to comment.