Skip to content

Commit

Permalink
Release v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kattrali committed Aug 10, 2017
1 parent 130644e commit 8063d80
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

## 2.7.0 (2017-08-10)

### Enhancements

* Fully implement Laravel Log facade
[Graham Campbell](https://github.com/GrahamCampbell)
[#239](https://github.com/bugsnag/bugsnag-laravel/pull/239)

* Use the `handle` method in the deploy command (Laravel 5.5+ compatibility)
[Manuel Strebel](https://github.com/strebl)
[#242](https://github.com/bugsnag/bugsnag-laravel/pull/242)

## 2.6.0 (2017-06-29)

### Enhancements
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.6.0';
const VERSION = '2.7.0';

/**
* Boot the service provider.
Expand Down

0 comments on commit 8063d80

Please sign in to comment.